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.
Executes the request.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Protected MustOverride Sub ExecuteCore
protected abstract void ExecuteCore()
protected:
virtual void ExecuteCore() abstract
Remarks
This method is responsible for handling the incoming request, which typically includes tasks such as locating an action method and executing it.