UserValidator<TUser>.Describer Propriété
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.
Obtient le IdentityErrorDescriber utilisé pour fournir les messages d’erreur pour le actuel UserValidator<TUser>.
public:
property Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ Describer { Microsoft::AspNetCore::Identity::IdentityErrorDescriber ^ get(); };
public Microsoft.AspNetCore.Identity.IdentityErrorDescriber Describer { get; }
member this.Describer : Microsoft.AspNetCore.Identity.IdentityErrorDescriber
Public ReadOnly Property Describer As IdentityErrorDescriber
Valeur de propriété
IdentityErrorDescriber utilisé pour fournir des messages d’erreur pour le actifUserValidator<TUser>.