RemoteAttribute.FormatPropertyForClientValidation Method
Formats the property for client validation by prepending an asterisk (*) and a dot.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public static function FormatPropertyForClientValidation( property : String ) : String
Parameters
- property
- Type: System.String
The property.
Show: