RemoteAttribute::FormatErrorMessage Method

Formats the error message that is displayed when validation fails.

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

public:
virtual String^ FormatErrorMessage(
	String^ name
) override

Parameters

name
Type: System::String
A name to display with the error message.

Return Value

Type: System::String
A formatted error message.
Show: