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


ControllerActionInvoker.GetFilters Метод

Определение

Извлекает сведения о фильтрах действий.

protected virtual System.Web.Mvc.FilterInfo GetFilters (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor);
abstract member GetFilters : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> System.Web.Mvc.FilterInfo
override this.GetFilters : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> System.Web.Mvc.FilterInfo
Protected Overridable Function GetFilters (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor) As FilterInfo

Параметры

controllerContext
ControllerContext

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

actionDescriptor
ActionDescriptor

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

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

Сведения о фильтрах действий.

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