ReflectedAsyncControllerDescriptor.GetCustomAttributes Method (Boolean)
Visual Studio 2010
Returns custom attributes that are defined for this member, excluding named attributes.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overrides Function GetCustomAttributes ( _ inherit As Boolean _ ) As Object()
Parameters
- inherit
- Type: System.Boolean
true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.
Return Value
Type: System.Object()An array of custom attributes, or an empty array if no custom attributes exist.
Implements
ICustomAttributeProvider.GetCustomAttributes(Boolean)Community Additions
ADD
Show: