CNSA-216-Personal/masterpage/Views/Home/About.cshtml
2024-03-18 10:09:13 -04:00

7 lines
144 B
Plaintext

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