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