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