ControllerBase.Execute Method
Executes the specified request context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Exception | Condition |
|---|---|
| ArgumentNullException | The requestContext parameter is a null reference (Nothing in Visual Basic). |
This method is an implementation of Execute. You typically do not have to override this method. Override Initialize or ExecuteCore instead.
Show: