CompareAttribute.FormatErrorMessage Method

Applies formatting to an error message based on the data field where the compare error occurred.

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

public override function FormatErrorMessage(
	name : String
) : String

Parameters

name
Type: System.String

The name of the field that caused the validation failure.

Return Value

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