Partager via


ResetPasswordModel.InputModel.Email Propriété

Définition

Cette API prend en charge l’infrastructure d’interface utilisateur par défaut ASP.NET Core Identity et n’est pas destinée à être utilisée directement à partir de votre code. Cette API pourra être changée ou supprimée dans les versions ultérieures.

[System.ComponentModel.DataAnnotations.EmailAddress]
[System.ComponentModel.DataAnnotations.Required]
public string Email { get; set; }
[<System.ComponentModel.DataAnnotations.EmailAddress>]
[<System.ComponentModel.DataAnnotations.Required>]
member this.Email : string with get, set
Public Property Email As String

Valeur de propriété

Attributs

S’applique à