ReflectedAsyncControllerDescriptor.IsDefined Method

Visual Studio 2010

Returns a value that indicates whether one or more instances of the specified custom attribute are defined for this member.

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

No code example is currently available or this language may not be supported.

Parameters

attributeType
Type: System.Type
The type of the custom attribute.
inherit
Type: System.Boolean
true to look up the hierarchy chain for the inherited custom attribute; otherwise, false.

Return Value

Type: System.Boolean
true if an attribute of the type represented by attributeType is defined for this member; otherwise, false.

Implements

ICustomAttributeProvider.IsDefined(Type, Boolean)

Community Additions

ADD
Show: