ViewMasterPage 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示生成母版视图页所需的信息。
public class ViewMasterPage : System.Web.UI.MasterPage
type ViewMasterPage = class
inherit MasterPage
Public Class ViewMasterPage
Inherits MasterPage
- 继承
-
ViewMasterPage
- 派生
构造函数
ViewMasterPage() |
初始化 ViewMasterPage 类的新实例。 |
属性
Ajax |
获取母版页的 AJAX 脚本。 |
Html |
获取母版页的 HTML。 |
Model |
获取模型。 |
TempData |
获取临时数据。 |
Url |
获取 URL。 |
ViewBag |
获取动态视图包字典。 |
ViewContext |
获取视图上下文。 |
ViewData |
获取视图数据。 |
Writer |
获取用于呈现母版页的编写器。 |