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