This documentation is archived and is not being maintained.
ControllerBase.ExecuteCore Method
Namespace:
System.Web.Mvc Assembly:
System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration
Protected MustOverride Sub ExecuteCore
'Usage
Me.ExecuteCore()
This method is responsible for handling the incoming request, which typically includes tasks such as locating an action method and executing it.