1 type derived from ExternalLoginModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (1)
91internal sealed class ExternalLoginModel<TUser> : ExternalLoginModel where TUser : class
6 references to ExternalLoginModel
Microsoft.AspNetCore.Identity.UI (6)
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (2)
98private readonly ILogger<ExternalLoginModel> _logger; 104ILogger<ExternalLoginModel> logger,
Areas_Identity_Pages_V5_Account_ExternalLogin_cshtml.g.cs (4)
283public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<ExternalLoginModel> Html { get; private set; } = default!; 286public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ExternalLoginModel> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<ExternalLoginModel>)PageContext?.ViewData!; 291ExternalLoginModel