次の方法で共有


EmailModel.InputModel.NewEmail プロパティ

定義

この API は、ASP.NET Core ID の既定の UI インフラストラクチャをサポートしており、コードから直接使用することを意図したものではありません。 この API は、今後のリリースで変更または削除される可能性があります。

[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

プロパティ値

属性

適用対象