Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的 web 表单中包含许多 aspx 页面。我想将它们转换为用户控件。只是想确认这样做是否有任何性能提升?我有 50 个页面,其中包含 aspx 页面。
用户控件的想法不是为了提高性能,而是为了提高代码的可维护性和重用性。