WebViewPage.ViewContext プロパティ

定義

ビューを表示するために使用する情報を取得または設定します。

public System.Web.Mvc.ViewContext ViewContext { get; set; }
member this.ViewContext : System.Web.Mvc.ViewContext with get, set
Public Property ViewContext As ViewContext

プロパティ値

ビューを表示するために使用する情報 (フォーム コンテキスト、一時データ、関連するビューのビュー データなど)。

適用対象