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)
_generated\14\DownloadPersonalData_cshtml.g.cs (4)
119
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
DownloadPersonalDataModel
> Html { get; private set; } = default!;
122
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
DownloadPersonalDataModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
DownloadPersonalDataModel
>)PageContext?.ViewData!;
127
DownloadPersonalDataModel
_generated\56\DownloadPersonalData_cshtml.g.cs (4)
119
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
DownloadPersonalDataModel
> Html { get; private set; } = default!;
122
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
DownloadPersonalDataModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
DownloadPersonalDataModel
>)PageContext?.ViewData!;
127
DownloadPersonalDataModel
Areas\Identity\Pages\V4\Account\Manage\DownloadPersonalData.cshtml.cs (2)
35
private readonly ILogger<
DownloadPersonalDataModel
> _logger;
39
ILogger<
DownloadPersonalDataModel
> logger)