ViewMasterPage 類別

定義

表示建置主版檢視頁面所需的資訊。

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

取得用來呈現主版頁面的寫入器。

適用於