Disables Partial Auto Render 关闭局部模版自动渲染
It also introduces members such as RenderPartial, which can be used to render a portion of the user interface defined within a partial view as opposed to the full page.
它同样引入了另外一些成员,例如RenderPartial方法,它能够使用定义在一个部分视图中而不是一个完整页面中的内容,来生成用户界面的一部分。
To render a partial view into a string.
要渲染成一个字符串的局部视图。
Another aspect of the“share nothing” is to make it easier to render portions of the page inparallel, and to do partial page updates (or progressive enhancements).
毫不分享 的另一方面在于它使得非并行递交页面部分内容(render portions of the page inparallel)和部分更新页面(或者逐渐增强)都变得容易。
应用推荐