ControllerBase::Execute Method (RequestContext^)
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.
Show: