TaskAsyncActionDescriptor.GetFilterAttributes(Boolean) Method

Definition

Returns an array of all custom attributes applied to this member.

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 search this member's inheritance chain to find the attributes; otherwise, false.

Returns

An array that contains all the custom attributes applied to this member, or an array with zero elements if no attributes are defined.

Applies to