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)
_generated\31\RegisterConfirmation_cshtml.g.cs (4)
114public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<RegisterConfirmationModel> Html { get; private set; } = default!; 117public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterConfirmationModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterConfirmationModel>)PageContext?.ViewData!; 122RegisterConfirmationModel