main
cshtml 7 lines 145 Bytes
Raw
1 @{
2 ViewBag.Title = "About";
3 }
4 <h2>@ViewBag.Title.</h2>
5 <h3>@ViewBag.Message</h3>
6
7 <p>Use this area to provide additional information.</p>