Freigeben über


ActionDescriptor.GetFilterAttributes(Boolean) Methode

Definition

Ruft die Filterattribute ab.

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)

Parameter

useCache
Boolean

True, um den Cache zu verwenden, andernfalls false.

Gibt zurück

Die Filterattribute.

Gilt für: