Share via


IndexModel.InputModel.PhoneNumber 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="Phone number")]
[System.ComponentModel.DataAnnotations.Phone]
public string PhoneNumber { get; set; }
[<System.ComponentModel.DataAnnotations.Display(Name="Phone number")>]
[<System.ComponentModel.DataAnnotations.Phone>]
member this.PhoneNumber : string with get, set
Public Property PhoneNumber As String

Property Value

Attributes

Applies to