Controller.ActionInvoker Property

Definition

Gets the action invoker for the controller.

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

Property Value

The action invoker.

Applies to