Controller::ActionInvoker Property
Gets the action invoker for the controller.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property IActionInvoker^ ActionInvoker { IActionInvoker^ get(); void set(IActionInvoker^ value); }
Show:
Gets the action invoker for the controller.
public: property IActionInvoker^ ActionInvoker { IActionInvoker^ get(); void set(IActionInvoker^ value); }