AdditionalMetadataAttribute Class
Provides a class that implements the IMetadataAware interface in order to support additional metadata.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
The AdditionalMetadataAttribute type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AdditionalMetadataAttribute | Initializes a new instance of the AdditionalMetadataAttribute class. |
| Name | Description | |
|---|---|---|
![]() | Name | Gets the name of the additional metadata attribute. |
![]() | TypeId | Gets the type of the of the additional metadata attribute. (Overrides Attribute.TypeId.) |
![]() | Value | Gets the value of the of the additional metadata attribute. |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Attribute.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Attribute.) |
![]() | GetType | (Inherited from Object.) |
![]() | IsDefaultAttribute | (Inherited from Attribute.) |
![]() | Match | (Inherited from Attribute.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | OnMetadataCreated | Provides metadata to the model metadata creation process. |
![]() | ToString | (Inherited from Object.) |
Show:
