ControllerActionInvoker.InvokeActionResultWithFilters Method
Visual Studio 2010
Invokes the specified action result by using the specified action filters and the controller context.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
protected virtual ResultExecutedContext InvokeActionResultWithFilters( ControllerContext controllerContext, IList<IResultFilter> filters, ActionResult actionResult )
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.
Community Additions
ADD
Show: