Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.