ActionExecutingContext Constructor
Initializes a new instance of the ActionExecutingContext class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ActionExecutingContext() | Initializes a new instance of the ActionExecutingContext class. |
![]() | ActionExecutingContext(ControllerContext, ActionDescriptor, IDictionary(Of String, Object)) | Initializes a new instance of the ActionExecutingContext class by using the specified controller context, action descriptor, and action-method parameters. |
ActionExecutingContext Constructor ()
Initializes a new instance of the ActionExecutingContext class.
ActionExecutingContext Constructor (ControllerContext, ActionDescriptor, IDictionary(Of String, Object))
Initializes a new instance of the ActionExecutingContext class by using the specified controller context, action descriptor, and action-method parameters.
Public Sub New ( controllerContext As ControllerContext, actionDescriptor As ActionDescriptor, actionParameters As IDictionary(Of String, Object) )
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- actionDescriptor
-
Type:
System.Web.Mvc.ActionDescriptor
The action descriptor.
- actionParameters
-
Type:
System.Collections.Generic.IDictionary(Of String, Object)
The action-method parameters.
| Exception | Condition |
|---|---|
| ArgumentNullException | The ActionParameters or actionDescriptor parameter is null. |
Show:
