Privacy.cshtml 164 B

12345678
  1. @page
  2. @model PrivacyModel
  3. @{
  4. ViewData["Title"] = "Privacy Policy";
  5. }
  6. <h1>@ViewData["Title"]</h1>
  7. <p>Use this page to detail your site's privacy policy.</p>