Поделиться через


ActionDescriptor.GetFilterAttributes(Boolean) Метод

Определение

Получает атрибуты фильтра.

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)

Параметры

useCache
Boolean

Значение true для использования кэша, в противном случае — false.

Возвращаемое значение

Атрибуты фильтра.

Применяется к