source:
PostgreSqlDotnetCore/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml
Last change on this file was 2aea0fd, checked in by , 4 months ago | |
---|---|
|
|
File size: 251 bytes |
Line | |
---|---|
1 | @page |
2 | @model DownloadPersonalDataModel |
3 | @{ |
4 | ViewData["Title"] = "Download Your Data"; |
5 | ViewData["ActivePage"] = ManageNavPages.PersonalData; |
6 | } |
7 | |
8 | <h3>@ViewData["Title"]</h3> |
9 | |
10 | @section Scripts { |
11 | <partial name="_ValidationScriptsPartial" /> |
12 | } |
Note:
See TracBrowser
for help on using the repository browser.