ModelMetadata::Watermark Property
Gets or sets a value that can be used as a watermark.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public: property String^ Watermark { virtual String^ get(); virtual void set(String^ value); }
Use this property for text that might be displayed as a watermark when a model value is rendered and can be edited, such as in a text box. The default value is null.
Show: