ViewDataDictionary::ModelMetadata Property
Gets or sets information about the model.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property ModelMetadata^ ModelMetadata { virtual ModelMetadata^ get(); virtual void set(ModelMetadata^ value); }
This property contains information such as the model type, data type, description, display format, and display name.
Show: