Condividi tramite


EmailModel.InputModel.NewEmail Proprietà

Definizione

Questa API supporta l'infrastruttura dell'interfaccia utente predefinita dell'ASP.NET Core e non deve essere usata direttamente dal codice. Questa API può cambiare o essere rimossa nelle versioni future.

[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

Valore della proprietà

Attributi

Si applica a