AsyncActionDescriptor.GetCustomAttributes Method

 

Namespace:   System.Web.Mvc.Async
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Overload List

Name Description
System_CAPS_pubmethod GetCustomAttributes(Boolean)

Returns an array of custom attributes that are defined for this member, excluding named attributes.(Inherited from ActionDescriptor.)

System_CAPS_pubmethod GetCustomAttributes(Type, Boolean)

Returns an array of custom attributes that are defined for this member, identified by type.(Inherited from ActionDescriptor.)

See Also

AsyncActionDescriptor Class
System.Web.Mvc.Async Namespace

Return to top