RemoteAttribute.FormatPropertyForClientValidation(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.