@page @model ProfileModel @{ ViewData["Title"] = "Profile"; ViewData["Page"] = "profile"; ViewData["Description"] = "Have a look at your spotify info and logout of your account"; }
Key | Value |
---|---|
Id | @Model.Me.Id |
Uri | @Model.Me.Uri |
DisplayName | @Model.Me.DisplayName |
Country | @Model.Me.Country |
Product | @Model.Me.Product |
E-Mail (unverfied) | @Model.Me.Email |