CustomValidator.OnServerValidate(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Déclenche l’événement ServerValidate.
protected:
virtual bool OnServerValidate(System::String ^ value);
protected virtual bool OnServerValidate(string value);
abstract member OnServerValidate : string -> bool
override this.OnServerValidate : string -> bool
Protected Overridable Function OnServerValidate (value As String) As Boolean
Paramètres
- value
- String
Valeur à valider.
Retours
true si la valeur spécifiée par le paramètre value est validée ; sinon, false.