ControllerActionInvoker::InvokeActionMethod Method (ControllerContext^, ActionDescriptor^, IDictionary<String^, Object^>^)
Invokes the specified action method by using the specified parameters and the controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected: virtual ActionResult^ InvokeActionMethod( ControllerContext^ controllerContext, ActionDescriptor^ actionDescriptor, IDictionary<String^, Object^>^ parameters )
Parameters
- controllerContext
-
Type:
System.Web.Mvc::ControllerContext^
The controller context.
- actionDescriptor
-
Type:
System.Web.Mvc::ActionDescriptor^
The action descriptor.
- parameters
-
Type:
System.Collections.Generic::IDictionary<String^, Object^>^
The parameters.
Show: