aspx 包含与 ascx 比较
我的网络表单中包含许多 aspx 页面。我想将它们转换为用户控件。只是想确认这样做是否有任何性能提升?我有 50 个页面,其中包含 aspx 页面。
I have many aspx page includes in my web form. I want to convert them to user controls. Just wanted to confirm whether there is any performance gain in doing so? I have 50 pages in which the aspx page is included.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
用户控件的想法不是为了提高性能,而是为了提高代码的可维护性和重用性。
The idea of user controls isn't to improve performance, but to improve maintainability and reuse of code.