artifacts/oci/dotnetcore-app/Views/Home/About.cshtml

8 lines
156 B
Plaintext
Raw Permalink Normal View History

2023-04-23 11:19:17 +08:00
@{
ViewData["Title"] = "About";
}
<h2>@ViewData["Title"]</h2>
<h3>@ViewData["Message"]</h3>
<p>Use this area to provide additional information.</p>