Udostępnij za pośrednictwem


FilterProviderCollection.GetFilters Metoda

Definicja

Zwraca kolekcję dostawców filtrów.

public System.Collections.Generic.IEnumerable<System.Web.Mvc.Filter> GetFilters (System.Web.Mvc.ControllerContext controllerContext, System.Web.Mvc.ActionDescriptor actionDescriptor);
member this.GetFilters : System.Web.Mvc.ControllerContext * System.Web.Mvc.ActionDescriptor -> seq<System.Web.Mvc.Filter>
Public Function GetFilters (controllerContext As ControllerContext, actionDescriptor As ActionDescriptor) As IEnumerable(Of Filter)

Parametry

controllerContext
ControllerContext

Kontekst kontrolera.

actionDescriptor
ActionDescriptor

Deskryptor akcji.

Zwraca

Kolekcja dostawców filtrów.

Dotyczy