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