RemoteAttribute.FormatPropertyForClientValidation(String) Method

Definition

Formats the property for client validation by prepending an asterisk (*) and a dot.

public static string FormatPropertyForClientValidation (string property);
static member FormatPropertyForClientValidation : string -> string
Public Shared Function FormatPropertyForClientValidation (property As String) As String

Parameters

property
String

The property.

Returns

The string "*." Is prepended to the property.

Applies to