ControllerActionInvoker.InvokeActionResult Method
Invokes the specified action result by using the specified controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected function InvokeActionResult( controllerContext : ControllerContext, actionResult : ActionResult )
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- actionResult
- Type: System.Web.Mvc.ActionResult
The action result.
Show: