Поделиться через


ControllerActionInvoker.InvokeActionMethodWithFilters Метод

Определение

Вызывает указанный метод действия, используя заданные параметры, контекст контроллера и фильтры действий.

protected virtual System.Web.Mvc.ActionExecutedContext InvokeActionMethodWithFilters (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IList<System.Web.Mvc.IActionFilter> filters, System.Web.Mvc.ActionDescriptor actionDescriptor, System.Collections.Generic.IDictionary<string,object> parameters);
abstract member InvokeActionMethodWithFilters : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.IActionFilter> * System.Web.Mvc.ActionDescriptor * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.ActionExecutedContext
override this.InvokeActionMethodWithFilters : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.IActionFilter> * System.Web.Mvc.ActionDescriptor * System.Collections.Generic.IDictionary<string, obj> -> System.Web.Mvc.ActionExecutedContext
Protected Overridable Function InvokeActionMethodWithFilters (controllerContext As ControllerContext, filters As IList(Of IActionFilter), actionDescriptor As ActionDescriptor, parameters As IDictionary(Of String, Object)) As ActionExecutedContext

Параметры

controllerContext
ControllerContext

Контекст контроллера.

filters
IList<IActionFilter>

Фильтры действий.

actionDescriptor
ActionDescriptor

Дескриптор действия.

parameters
IDictionary<String,Object>

Параметры.

Возвращаемое значение

Контекст для метода ActionFilterAttribute ActionExecuted класса .

Применяется к