1 type derived from RegisterModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (1)
93internal sealed class RegisterModel<TUser> : RegisterModel where TUser : class
6 references to RegisterModel
Microsoft.AspNetCore.Identity.UI (6)
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (2)
99private readonly ILogger<RegisterModel> _logger; 106ILogger<RegisterModel> logger,
Areas_Identity_Pages_V5_Account_Register_cshtml.g.cs (4)
552public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<RegisterModel> Html { get; private set; } = default!; 555public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<RegisterModel>)PageContext?.ViewData!; 560RegisterModel