1 type derived from RegisterConfirmationModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\RegisterConfirmation.cshtml.cs (1)
45internal sealed class RegisterConfirmationModel<TUser> : RegisterConfirmationModel where TUser : class
4 references to RegisterConfirmationModel
Microsoft.AspNetCore.Identity.UI (4)
Areas_Identity_Pages_V4_Account_RegisterConfirmation_cshtml.g.cs (4)
115public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<RegisterConfirmationModel> Html { get; private set; } = default!; 118public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterConfirmationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterConfirmationModel>)PageContext?.ViewData!; 123RegisterConfirmationModel