Blame view

Views/Home/About.cshtml 157 Bytes
c38c0e75   Vitaliy   first cpmmit
1
2
3
4
5
6
7
  @{
      ViewData["Title"] = "About";
  }
  <h2>@ViewData["Title"].</h2>
  <h3>@ViewData["Message"]</h3>
  
  <p>Use this area to provide additional information.</p>