ModelMetadata.AdditionalValues Property

Visual Studio 2010

Gets a dictionary that contains additional metadata about the model.

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

'Declaration
Public Overridable ReadOnly Property AdditionalValues As Dictionary(Of String, Object)
	Get

Property Value

Type: System.Collections.Generic.Dictionary(Of String, Object)
A dictionary that contains additional metadata about the model.

Community Additions

ADD
Show: