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
10 references to Disable2faModel
Microsoft.AspNetCore.Identity.UI (10)
_generated\13\Disable2fa_cshtml.g.cs (4)
174
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
Disable2faModel
> Html { get; private set; } = default!;
177
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
Disable2faModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
Disable2faModel
>)PageContext?.ViewData!;
182
Disable2faModel
_generated\55\Disable2fa_cshtml.g.cs (4)
172
public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<
Disable2faModel
> Html { get; private set; } = default!;
175
public global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
Disable2faModel
> ViewData => (global::Microsoft.AspNetCore.Mvc.ViewFeatures.ViewDataDictionary<
Disable2faModel
>)PageContext?.ViewData!;
180
Disable2faModel
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (2)
40
private readonly ILogger<
Disable2faModel
> _logger;
44
ILogger<
Disable2faModel
> logger)