ResultExecutingContext Constructor
Initializes a new instance of the ResultExecutingContext class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ResultExecutingContext() | Initializes a new instance of the ResultExecutingContext class. |
![]() | ResultExecutingContext(ControllerContext, ActionResult) | Initializes a new instance of the ResultExecutingContext class by using the specified controller context and action result. |
ResultExecutingContext Constructor ()
Initializes a new instance of the ResultExecutingContext class.
ResultExecutingContext Constructor (ControllerContext, ActionResult)
Initializes a new instance of the ResultExecutingContext class by using the specified controller context and action result.
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- result
-
Type:
System.Web.Mvc.ActionResult
The action result.
| Exception | Condition |
|---|---|
| ArgumentNullException | The result parameter is null. |
Show:
