About.cshtml 156 B

1234567
  1. @{
  2. ViewData["Title"] = "About";
  3. }
  4. <h2>@ViewData["Title"]</h2>
  5. <h3>@ViewData["Message"]</h3>
  6. <p>Use this area to provide additional information.</p>