ControllerActionInvoker.InvokeActionResult Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invokes the specified action result by using the specified controller context.
protected virtual void InvokeActionResult(System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionResult actionResult);
abstract member InvokeActionResult : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionResult -> unit
override this.InvokeActionResult : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionResult -> unit
Protected Overridable Sub InvokeActionResult (controllerContext As ControllerContext, actionResult As ActionResult)
Parameters
- controllerContext
- ControllerContext
The controller context.
- actionResult
- ActionResult
The action result.