Error.cshtml 250 B

12345678910111213141516
  1. @{
  2. Layout = null;
  3. }
  4. <!DOCTYPE html>
  5. <html>
  6. <head>
  7. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  8. <title>错误</title>
  9. </head>
  10. <body>
  11. <h2>
  12. 抱歉,处理您的请求时出错。
  13. </h2>
  14. </body>
  15. </html>