This topic has not yet been rated - Rate this topic

AdditionalMetadataAttribute Constructor

Initializes a new instance of the AdditionalMetadataAttribute class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
public AdditionalMetadataAttribute(
	string name,
	Object value
)

Parameters

name
Type: System.String
The name of the model metadata.
value
Type: System.Object
The value of the model metadata.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.