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.
有点愚蠢的问题,但是如果不使用 _(下划线)约定,是否有任何方法可以确定视图是否是部分视图而不是完整视图。
我们可以看到,从 View 到 PartialView 的唯一区别是 PartialView 有一个空布局,而 View 实例有一个已定义的布局。与 asp.net WebForms 相比,视图与 aspx 页面相比,而部分视图更像是 ascx 控件。更深入地研究如何在 HTTP 级别处理部分视图,我们还可以看到在渲染视图头时发送,但在渲染部分视图时不会发生这种情况。
http://forums.asp.net/t/1796450.aspx/1