demo20230512/Views/Home/Forbidden.cshtml
2023-05-12 10:20:28 +08:00

9 lines
109 B
Plaintext

@{
ViewBag.Title = "Forbidden";
Layout = "~/Views/Shared/_Layout.cshtml";
}
<h2>Forbidden</h2>