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 класса .