ReflectedActionDescriptor.Execute Method (ControllerContext, IDictionary(Of String, Object))
Executes the specified controller context by using the specified action-method parameters.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Public Overrides Function Execute ( controllerContext As ControllerContext, parameters As IDictionary(Of String, Object) ) As Object
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- parameters
-
Type:
System.Collections.Generic.IDictionary(Of String, Object)
The parameters.
| Exception | Condition |
|---|---|
| ArgumentNullException | The parameters or controllerContext parameter is null. |
Show: