Files
MoonPro.net/MP/Views/Home/About.cshtml
T
Samuele E. Locatelli d077d0a15c update componenti
2016-12-20 12:17:17 +01:00

8 lines
145 B
Plaintext

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