Compartir a través de


ControllerActionInvoker.GetFilters Método

Definición

Recupera información sobre los filtros de acción.

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

Parámetros

controllerContext
ControllerContext

Contexto del controlador.

actionDescriptor
ActionDescriptor

Descriptor de la acción.

Devoluciones

Información sobre los filtros de la acción.

Se aplica a