source: PostgreSqlDotnetCore/Areas/Identity/Pages/Account/Manage/DownloadPersonalData.cshtml

main
Last change on this file was 2aea0fd, checked in by ElenaMoskova <elena.moskova99@…>, 2 months ago

init commit Elena

  • Property mode set to 100644
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.