在 C# 中扩展 Web 控件
我正在使用 sharepoint 2010 用户控制页面中的 asp.net 菜单控件开发菜单 Web 部件。我想向开发人员 (API) 提供可用的菜单属性和方法。所以我需要重写扩展菜单的自定义类中的所有菜单控件成员。但这不是抽象控制吧?那么我该怎么做呢?我如何为开发人员提供扩展菜单控件?我需要为菜单控制编写扩展方法吗?请指导。我使用的是 VS 2010 和 3.5 框架。
I am developing the menu webpart using the asp.net Menu control in user control page for sharepoint 2010. I want to make available properties and methods of menu to developer (API). SO i need to either override all the menu control members in custom class which extends Menu. but it is not abstract control right? so how i can do this? How i can make available to developers to extend the menu control ? is i need to write extension methods for menu control ? please guide. I am using VS 2010 with 3.5 framework.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单的谷歌搜索会发出这个
a simple google search emits this