我什么时候应该使用 Webcontrol,什么时候应该使用 UserControl?

发布于 2024-11-03 14:38:01 字数 221 浏览 9 评论 0原文

看来 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文