1 type derived from DeletePersonalDataModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\DeletePersonalData.cshtml.cs (1)
59internal sealed class DeletePersonalDataModel<TUser> : DeletePersonalDataModel where TUser : class
10 references to DeletePersonalDataModel
Microsoft.AspNetCore.Identity.UI (10)
Areas\Identity\Pages\V4\Account\Manage\DeletePersonalData.cshtml.cs (2)
63private readonly ILogger<DeletePersonalDataModel> _logger; 68ILogger<DeletePersonalDataModel> logger)
Areas_Identity_Pages_V4_Account_Manage_DeletePersonalData_cshtml.g.cs (4)
269public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<DeletePersonalDataModel> Html { get; private set; } = default!; 272public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DeletePersonalDataModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DeletePersonalDataModel>)PageContext?.ViewData!; 277DeletePersonalDataModel
Areas_Identity_Pages_V5_Account_Manage_DeletePersonalData_cshtml.g.cs (4)
273public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<DeletePersonalDataModel> Html { get; private set; } = default!; 276public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DeletePersonalDataModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<DeletePersonalDataModel>)PageContext?.ViewData!; 281DeletePersonalDataModel