ReflectedActionDescriptor.GetFilterAttributes(Boolean) Method

Definition

Gets the filter attributes.

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)

Parameters

useCache
Boolean

true to use the cache, otherwise false.

Returns

The filter attributes.

Applies to