AccessDenied.cshtml 197 B

123456789
  1. @{
  2. ViewData["Title"] = "Access Denied";
  3. }
  4. <header>
  5. <h1 class="text-danger">Access Denied.</h1>
  6. <p class="text-danger">You do not have access to this resource.</p>
  7. </header>