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)

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

Property Value

Type: System.Collections.Generic.Dictionary(Of String, Object)

A collection that contains additional metadata about the model.

.NET Framework
Available since 4.5
Return to top
Show: