@page @model UserPageModel @{ ViewData["Title"] = "User Profile"; }

@ViewData["Title"]

your username is: @Model.Username