ModelClientValidationRule::ErrorMessage Property

Visual Studio 2010

Gets or sets the error message for the client validation rule.

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

public:
property String^ ErrorMessage {
	String^ get ();
	void set (String^ value);
}

Property Value

Type: System::String
The error message for the client validation rule.

The following example shows how the ModelClientValidationRegexRule constructor sets the error message and validation type, and how it adds a regular expression rule.

No code example is currently available or this language may not be supported.

Community Additions

ADD
Show: