tijian_tieying/web/dccdc/Views/Shared/Error.cshtml

10 lines
192 B
Plaintext
Raw Normal View History

2025-02-20 12:14:39 +08:00
@model System.Web.Mvc.HandleErrorInfo
@{
ViewBag.Title = "Error";
}
<h1 class="text-danger">Error.</h1>
<h2 class="text-danger">An error occurred while processing your request.</h2>