Controller.ActionInvoker プロパティ

定義

コントローラーのアクション呼び出し元を取得します。

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

プロパティ値

アクション呼び出し元。

適用対象