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