Share via


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

屬性值

動作啟動程式。

適用於