ControllerActionInvoker.InvokeActionResultWithFilters Method
Invokes the specified action result by using the specified action filters and the controller context.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected function InvokeActionResultWithFilters( controllerContext : ControllerContext, filters : IList<IResultFilter>, actionResult : ActionResult ) : ResultExecutedContext
Parameters
- controllerContext
- Type: System.Web.Mvc.ControllerContext
The controller context.
- filters
- Type: System.Collections.Generic.IList(IResultFilter)
The action filters.
- actionResult
- Type: System.Web.Mvc.ActionResult
The action result.
Return Value
Type: System.Web.Mvc.ResultExecutedContextThe context for the ResultExecuted method of the ActionFilterAttribute class.
Show: