EmailModel.InputModel.NewEmail Property

Definition

This API supports the ASP.NET Core Identity default UI infrastructure and is not intended to be used directly from your code. This API may change or be removed in future releases.

[System.ComponentModel.DataAnnotations.Display(Name="New email")]
[System.ComponentModel.DataAnnotations.EmailAddress]
[System.ComponentModel.DataAnnotations.Required]
public string NewEmail { get; set; }
[<System.ComponentModel.DataAnnotations.Display(Name="New email")>]
[<System.ComponentModel.DataAnnotations.EmailAddress>]
[<System.ComponentModel.DataAnnotations.Required>]
member this.NewEmail : string with get, set
Public Property NewEmail As String

Property Value

Attributes

Applies to