Web-Development-with-Blazor.../Chapter15/CustomElements/RazorPagesProject/Pages/Privacy.cshtml

9 lines
164 B
Plaintext
Raw Normal View History

2023-02-17 15:28:17 +01:00
@page
@model PrivacyModel
@{
ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
<p>Use this page to detail your site's privacy policy.</p>