1 type derived from EmailModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\Email.cshtml.cs (1)
81internal 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)
427public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<EmailModel> Html { get; private set; } = default!; 430public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EmailModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EmailModel>)PageContext?.ViewData!; 435EmailModel
Areas_Identity_Pages_V5_Account_Manage_Email_cshtml.g.cs (4)
461public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<EmailModel> Html { get; private set; } = default!; 464public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EmailModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<EmailModel>)PageContext?.ViewData!; 469EmailModel