1 type derived from PersonalDataModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\PersonalData.cshtml.cs (1)
24internal sealed class PersonalDataModel<TUser> : PersonalDataModel where TUser : class
10 references to PersonalDataModel
Microsoft.AspNetCore.Identity.UI (10)
Areas\Identity\Pages\V4\Account\Manage\PersonalData.cshtml.cs (2)
27private readonly ILogger<PersonalDataModel> _logger; 31ILogger<PersonalDataModel> logger)
Areas_Identity_Pages_V4_Account_Manage_PersonalData_cshtml.g.cs (4)
180public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<PersonalDataModel> Html { get; private set; } = default!; 183public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<PersonalDataModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<PersonalDataModel>)PageContext?.ViewData!; 188PersonalDataModel
Areas_Identity_Pages_V5_Account_Manage_PersonalData_cshtml.g.cs (4)
178public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<PersonalDataModel> Html { get; private set; } = default!; 181public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<PersonalDataModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<PersonalDataModel>)PageContext?.ViewData!; 186PersonalDataModel