Files
simple-shop/Simple-Shop/Views/Home/About.cshtml
T
Nate VanBuskirk 2ac49cb810 Created Solutions for:
Mobile
Mobile.Android
Web (MVC.NET)
Web.Tests
WinForms
2019-11-10 18:05:36 -06: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>