我什么时候应该使用 Webcontrol,什么时候应该使用 UserControl?
看来 UserControls 除了能够将控件放置在标记中的好处之外,实际上与 WebControl 相比并没有任何其他优势。
事实上,它们有几个缺点。例如 - 无法通过组装来跨多个项目使用 - 在构造函数中传递对象时遇到困难
我的问题是,为什么我应该使用 UserControl 而不是 WebControl,反之亦然?
这只是品味问题吗?或者有什么我不知道的隐藏的优点和缺点。
It seems UserControls apart from the benefit of being able to place controls in a markup doesn't really have any other advantages over WebControl.
In fact, they have several disadvantages. Such as
- Cannot use across multiple projects by putting into assembly
- Difficulty in passing objects in Constructor
My question is, why should I use a UserControl over a WebControl and vice versa?
Is it just a matter of taste? Or are there any hidden pros and cons that I don't know about.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论