AdditionalMetadataAttribute Constructor

Initializes a new instance of the AdditionalMetadataAttribute class.

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

public function AdditionalMetadataAttribute(
	name : String, 
	value : Object
)

Parameters

name
Type: System.String

The name of the model metadata.

value
Type: System.Object

The value of the model metadata.

Show: