1 type derived from EmailModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (1)
81
internal sealed class EmailModel<TUser> :
EmailModel
where TUser : class
8 references to EmailModel
Microsoft.AspNetCore.Identity.UI (8)
Areas_Identity_Pages_V4_Account_Manage_Email_cshtml.g.cs (4)
427
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
EmailModel
> Html { get; private set; } = default!;
430
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EmailModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EmailModel
>)PageContext?.ViewData!;
435
EmailModel
Areas_Identity_Pages_V5_Account_Manage_Email_cshtml.g.cs (4)
461
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
EmailModel
> Html { get; private set; } = default!;
464
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EmailModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EmailModel
>)PageContext?.ViewData!;
469
EmailModel