ControllerContext.ParentActionViewContext プロパティ

定義

親アクション メソッドのビュー コンテキスト情報を格納しているオブジェクトを取得します。

public System.Web.Mvc.ViewContext ParentActionViewContext { get; }
member this.ParentActionViewContext : System.Web.Mvc.ViewContext
Public ReadOnly Property ParentActionViewContext As ViewContext

プロパティ値

親アクション メソッドのビュー コンテキスト情報を格納しているオブジェクト。

適用対象