@model User @using System.Text @{ ViewData["Title"] = "User details"; }
Display Name @Model.DisplayName
Accounts
Permission Tags
@section Scripts{ }