Sdílet prostřednictvím


ActionDescriptor.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

pokud chcete použít mezipaměť, jinak false.

Návraty

Atributy filtru.

Platí pro