This topic has not yet been rated - Rate this topic

ControllerBase.ExecuteCore Method

Executes the request.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected abstract function ExecuteCore()

This method is responsible for handling the incoming request, which typically includes tasks such as locating an action method and executing it.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.