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)
_generated\49\Login_cshtml.g.cs (4)
599public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<LoginModel> Html { get; private set; } = default!; 602public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<LoginModel>)PageContext?.ViewData!; 607LoginModel
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (2)
95private readonly ILogger<LoginModel> _logger; 97public LoginModel(SignInManager<TUser> signInManager, ILogger<LoginModel> logger)