ReflectedActionDescriptor::Execute Method
Visual Studio 2010
Executes the specified controller context by using the specified action-method parameters.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: virtual Object^ Execute( ControllerContext^ controllerContext, IDictionary<String^, Object^>^ parameters ) override
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 nullptr. |
Community Additions
ADD
Show: