1 type derived from ExternalLoginsModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\ExternalLogins.cshtml.cs (1)
68
internal sealed class ExternalLoginsModel<TUser> :
ExternalLoginsModel
where TUser : class
8 references to ExternalLoginsModel
Microsoft.AspNetCore.Identity.UI (8)
Areas_Identity_Pages_V4_Account_Manage_ExternalLogins_cshtml.g.cs (4)
429
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
ExternalLoginsModel
> Html { get; private set; } = default!;
432
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
ExternalLoginsModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
ExternalLoginsModel
>)PageContext?.ViewData!;
437
ExternalLoginsModel
Areas_Identity_Pages_V5_Account_Manage_ExternalLogins_cshtml.g.cs (4)
429
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
ExternalLoginsModel
> Html { get; private set; } = default!;
432
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
ExternalLoginsModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
ExternalLoginsModel
>)PageContext?.ViewData!;
437
ExternalLoginsModel