ControllerActionInvoker::InvokeActionResult Method
Visual Studio 2010
Invokes the specified action result by using the specified controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected: virtual void InvokeActionResult( ControllerContext^ controllerContext, ActionResult^ actionResult )
Parameters
- controllerContext
- Type: System.Web.Mvc::ControllerContext
The controller context.
- actionResult
- Type: System.Web.Mvc::ActionResult
The action result.
Community Additions
ADD
Show: