CompareAttribute.FormatErrorMessage Method (String)

 

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 string FormatErrorMessage(
	string name
)

Parameters

name
Type: System.String

The name of the field that caused the validation failure.

Return Value

Type: System.String

The formatted error message.

Return to top
Show: