RemoteAttribute.FormatErrorMessage(String) Method

Definition

Formats the error message that is displayed when validation fails.

public override string FormatErrorMessage (string name);
override this.FormatErrorMessage : string -> string
Public Overrides Function FormatErrorMessage (name As String) As String

Parameters

name
String

A name to display with the error message.

Returns

A formatted error message.

Applies to