ControllerBase.ControllerContext プロパティ

定義

コントローラー コンテキストを取得または設定します。

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

プロパティ値

コントローラー コンテキスト。

適用対象