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 property
for use in generated HTML.
public:
static System::String ^ FormatPropertyForClientValidation(System::String ^ property);
public static string FormatPropertyForClientValidation (string property);
static member FormatPropertyForClientValidation : string -> string
Public Shared Function FormatPropertyForClientValidation (property As String) As String
Parameters
- property
- String
One field name the client should include in a validation request.
Returns
Name of a field the client should include in a validation request.
Remarks
Returns property
with a "*."
prefix.