ModelMetadata.AdditionalValues Property
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 'Usage Dim instance As ModelMetadata Dim value As Dictionary(Of String, Object) value = instance.AdditionalValues
Property Value
Type: System.Collections.Generic.Dictionary(Of String, Object)A dictionary that contains additional metadata about the model.
Show: