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

属性值

操作调用程序。

适用于