This topic has not yet been rated - Rate this topic

ReflectedActionDescriptor.GetCustomAttributes Method (Boolean)

Returns an array of custom attributes defined for this member, excluding named attributes.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public override Object[] GetCustomAttributes(
	bool inherit
)

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)
ExceptionCondition
TypeLoadException

The custom attribute type cannot be loaded.

AmbiguousMatchException

There is more than one attribute of type attributeType defined for this member.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.