Error.cshtml 220 B

12345678910
  1. @model System.Web.Mvc.HandleErrorInfo
  2. @{
  3. ViewBag.Title = "Error";
  4. }
  5. <hgroup class="title">
  6. <h1 class="error">Error.</h1>
  7. <h2 class="error">An error occurred while processing your request.</h2>
  8. </hgroup>