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