ActionDescriptor.Execute Method (ControllerContext, IDictionary<String, Object>)
Executes the action method by using the specified parameters and controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- parameters
-
Type:
System.Collections.Generic.IDictionary<String, Object>
The parameters of the action method.
Show: