RedirectResult.ExecuteResult Method (ControllerContext)
Enables processing of the result of an action method by a custom type that inherits from the ActionResult class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- context
-
Type:
System.Web.Mvc.ControllerContext
The context within which the result is executed.
| Exception | Condition |
|---|---|
| ArgumentNullException | The context parameter is null. |
Show: