MembershipPasswordAttribute.FormatErrorMessage Method (String)

.NET Framework (current version)
 

Applies formatting to an error message based on the provided name of the data field where the error occurred.

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

Public Overrides Function FormatErrorMessage (
	name As String
) As String

Parameters

name
Type: System.String

The name to include in the formatted message.

Return Value

Type: System.String

The formatted error message.

.NET Framework
Available since 4.5
Return to top
Show: