编写自定义控件
嗨,大家好, 我有兴趣编写一组自定义控件(最有可能在 ASP.NET 中),想知道我应该遵循什么样的准则。 - UI 控件是否有任何应遵循的通用要求? - 在编写文档/示例等时,有关于它们应包含哪些内容的指南吗? 我知道这是一个非常普遍的问题,但对您关于我应该如何开始的反馈感兴趣,也许从一开始就有一套严格的指导方针/框架。
HI Guys,
I'm interested writing a set of custom controls (most likely in ASP.NET), was wondering what sort of guidelines I should follow.
- Is there any generic requirements for UI controls that should be followed?
- When writing documentation / samples etc, any guidelines on what they should include?
I know it's very general question but interested in your feedback on how I should I begin and maybe have a set of tight guidelines/framework from the beginning.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
最好从 ASP.NET 的自定义控件的通用文档开始
http ://msdn.microsoft.com/en-us/library/zt27tfhy.aspx
其他一切都取决于您到底要创建什么:)
It is better to start with a generic documentation of custom controls, for asp.net
http://msdn.microsoft.com/en-us/library/zt27tfhy.aspx
everything else will be a matter of what exactly are you tring to create :)