ResetPasswordModel.InputModel.Email Vlastnost

Definice

Toto rozhraní API podporuje výchozí infrastrukturu uživatelského rozhraní ASP.NET Core identity a není určená k použití přímo z kódu. Toto rozhraní API se může v budoucích verzích změnit nebo odebrat.

[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

Hodnota vlastnosti

String
Atributy

Platí pro