Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an action invoker.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected Overrides Function CreateActionInvoker As IActionInvoker
protected override IActionInvoker CreateActionInvoker()
protected:
virtual IActionInvoker^ CreateActionInvoker() override
Return Value
Type: System.Web.Mvc.IActionInvoker
An action invoker.
Remarks
This method is called by ASP.NET in order to process an asynchronous request. It cannot be called directly.