Sdílet prostřednictvím


ControllerDescriptor.GetFilterAttributes(Boolean) Metoda

Definice

Získá atributy filtru.

public virtual System.Collections.Generic.IEnumerable<System.Web.Mvc.FilterAttribute> GetFilterAttributes (bool useCache);
abstract member GetFilterAttributes : bool -> seq<System.Web.Mvc.FilterAttribute>
override this.GetFilterAttributes : bool -> seq<System.Web.Mvc.FilterAttribute>
Public Overridable Function GetFilterAttributes (useCache As Boolean) As IEnumerable(Of FilterAttribute)

Parametry

useCache
Boolean

true, pokud má být použita mezipaměť; jinak nepravda.

Návraty

Atributy filtru.

Platí pro