Y2S1-Web_Apps_and_Services/ThAmCo.Events/Views/Home/About.cshtml
2020-06-07 22:36:12 +01:00

8 lines
156 B
Plaintext

@{
ViewData["Title"] = "About";
}
<h2>@ViewData["Title"]</h2>
<h3>@ViewData["Message"]</h3>
<p>Use this area to provide additional information.</p>