ModelMetadata.Watermark Property

Visual Studio 2010

Gets or sets a value that can be used as a watermark.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Overridable Property Watermark As String
	Get
	Set

Property Value

Type: System.String
The watermark.

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 Nothing.

Community Additions

ADD
Show: