AdditionalMetadataAttribute Constructor

Initializes a new instance of the AdditionalMetadataAttribute class.

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

new : 
        name:string * 
        value:Object -> AdditionalMetadataAttribute

Parameters

name
Type: System.String

The name of the model metadata.

value
Type: System.Object

The value of the model metadata.

Show: