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