ControllerDescriptor.IsDefined Method (Type, Boolean)
Retrieves a value that indicates whether one or more instance of the specified custom attribute are defined for this member.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
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.Booleantrue if the attributeType is defined for this member; otherwise, false.
| Exception | Condition |
|---|---|
| ArgumentNullException | The attributeType parameter is null (Nothing in Visual Basic). |
Show: