1 type derived from LoginModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (1)
92internal sealed class LoginModel<TUser> : LoginModel where TUser : class
6 references to LoginModel
Microsoft.AspNetCore.Identity.UI (6)
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (2)
95private readonly ILogger<LoginModel> _logger; 97public LoginModel(SignInManager<TUser> signInManager, ILogger<LoginModel> logger)
Areas_Identity_Pages_V5_Account_Login_cshtml.g.cs (4)
604public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<LoginModel> Html { get; private set; } = default!; 607public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginModel>)PageContext?.ViewData!; 612LoginModel