0 out of 1 rated this helpful - Rate this topic

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)
public virtual Dictionary<string, Object> AdditionalValues { get; }

Property Value

Type: System.Collections.Generic.Dictionary<String, Object>
A dictionary that contains additional metadata about the model.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.