ControllerBase.Execute Method
Visual Studio 2010
Executes the specified request context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- requestContext
- Type: System.Web.Routing.RequestContext
The request context.
| Exception | Condition |
|---|---|
| ArgumentNullException | The requestContext parameter is null. |
This method is an implementation of Execute. You typically do not have to override this method. Override Initialize or ExecuteCore instead.
Community Additions
ADD
Show: