1 type derived from DownloadPersonalDataModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\DownloadPersonalData.cshtml.cs (1)
32
internal sealed class DownloadPersonalDataModel<TUser> :
DownloadPersonalDataModel
where TUser : class
10 references to DownloadPersonalDataModel
Microsoft.AspNetCore.Identity.UI (10)
Areas\Identity\Pages\V4\Account\Manage\DownloadPersonalData.cshtml.cs (2)
35
private readonly ILogger<
DownloadPersonalDataModel
> _logger;
39
ILogger<
DownloadPersonalDataModel
> logger)
Areas_Identity_Pages_V4_Account_Manage_DownloadPersonalData_cshtml.g.cs (4)
120
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
DownloadPersonalDataModel
> Html { get; private set; } = default!;
123
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
DownloadPersonalDataModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
DownloadPersonalDataModel
>)PageContext?.ViewData!;
128
DownloadPersonalDataModel
Areas_Identity_Pages_V5_Account_Manage_DownloadPersonalData_cshtml.g.cs (4)
120
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
DownloadPersonalDataModel
> Html { get; private set; } = default!;
123
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
DownloadPersonalDataModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
DownloadPersonalDataModel
>)PageContext?.ViewData!;
128
DownloadPersonalDataModel