Error.cshtml 185 B

123456789
  1. @model System.Web.Mvc.HandleErrorInfo
  2. @{
  3. ViewBag.Title = "错误";
  4. }
  5. <h1 class="text-danger">错误。</h1>
  6. <h2 class="text-danger">处理你的请求时出错。</h2>