Error.cshtml 153 B

123456
  1. @{
  2. ViewData["Title"] = "Error";
  3. }
  4. <h1 class="text-danger">Error.</h1>
  5. <h2 class="text-danger">An error occurred while processing your request.</h2>