Udostępnij za pośrednictwem


ReflectedControllerDescriptor.GetFilterAttributes(Boolean) Metoda

Definicja

Pobiera atrybuty filtru.

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

Parametry

useCache
Boolean

wartość true, aby użyć pamięci podręcznej, w przeciwnym razie wartość false.

Zwraca

Atrybuty filtru.

Dotyczy