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

public virtual Dictionary<string, object> AdditionalValues { get; }
public:
property Dictionary<String^, Object^>^ AdditionalValues {
    virtual Dictionary<String^, Object^>^ get();
}
abstract AdditionalValues : Dictionary<string, Object> with get
override AdditionalValues : Dictionary<string, Object> with get
Public Overridable ReadOnly Property AdditionalValues As Dictionary(Of String, Object)

Property Value

Type: System.Collections.Generic.Dictionary<StringObject>

A dictionary that contains additional metadata about the model.

See Also

ModelMetadata Class
System.Web.Mvc Namespace

Return to top