1 type derived from LoginModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\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\V4\Account\Login.cshtml.cs (2)
95private readonly ILogger<LoginModel> _logger; 97public LoginModel(SignInManager<TUser> signInManager, ILogger<LoginModel> logger)
Areas_Identity_Pages_V4_Account_Login_cshtml.g.cs (4)
591public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<LoginModel> Html { get; private set; } = default!; 594public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginModel>)PageContext?.ViewData!; 599LoginModel