ModelMetadata.AdditionalValues Property

.NET Framework (current version)
 

Gets a collection that contains additional metadata about the model.

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

abstract AdditionalValues : Dictionary<string, Object> with get
override AdditionalValues : Dictionary<string, Object> with get

Property Value

Type: System.Collections.Generic.Dictionary<String, Object>

A collection that contains additional metadata about the model.

.NET Framework
Available since 4.5
Return to top
Show: