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)
Syntax
'Declaration
Public Overridable ReadOnly Property AdditionalValues As Dictionary(Of String, Object)
Get
public virtual Dictionary<string, Object> AdditionalValues { get; }
public:
virtual property Dictionary<String^, Object^>^ AdditionalValues {
Dictionary<String^, Object^>^ get ();
}
Property Value
Type: System.Collections.Generic.Dictionary<String, Object>
A dictionary that contains additional metadata about the model.