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)
_generated\15\Email_cshtml.g.cs (4)
426
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
EmailModel
> Html { get; private set; } = default!;
429
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EmailModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EmailModel
>)PageContext?.ViewData!;
434
EmailModel
_generated\57\Email_cshtml.g.cs (4)
460
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
EmailModel
> Html { get; private set; } = default!;
463
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EmailModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
EmailModel
>)PageContext?.ViewData!;
468
EmailModel