1 type derived from Disable2faModel
Microsoft.AspNetCore.Identity.UI (1)
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (1)
37
internal sealed class Disable2faModel<TUser> :
Disable2faModel
where TUser : class
6 references to Disable2faModel
Microsoft.AspNetCore.Identity.UI (6)
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (2)
40
private readonly ILogger<
Disable2faModel
> _logger;
44
ILogger<
Disable2faModel
> logger)
Disable2fa_cshtml.g.cs (4)
175
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
Disable2faModel
> Html { get; private set; } = default!;
178
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
Disable2faModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
Disable2faModel
>)PageContext?.ViewData!;
183
Disable2faModel