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)
_generated\20\PersonalData_cshtml.g.cs (4)
179
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
PersonalDataModel
> Html { get; private set; } = default!;
182
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
PersonalDataModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
PersonalDataModel
>)PageContext?.ViewData!;
187
PersonalDataModel
_generated\62\PersonalData_cshtml.g.cs (4)
177
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
PersonalDataModel
> Html { get; private set; } = default!;
180
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
PersonalDataModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
PersonalDataModel
>)PageContext?.ViewData!;
185
PersonalDataModel
Areas\Identity\Pages\V4\Account\Manage\PersonalData.cshtml.cs (2)
27
private readonly ILogger<
PersonalDataModel
> _logger;
31
ILogger<
PersonalDataModel
> logger)