aspx 包含与 ascx 比较

发布于 2024-08-31 17:07:56 字数 81 浏览 0 评论 0原文

我的网络表单中包含许多 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 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

荒路情人 2024-09-07 17:07:56

用户控件的想法不是为了提高性能,而是为了提高代码的可维护性和重用性。

The idea of user controls isn't to improve performance, but to improve maintainability and reuse of code.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文