1 instantiation of UseRecoveryCodeViewModel
IdentitySample.Mvc (1)
Controllers\AccountController.cs (1)
508return View(new UseRecoveryCodeViewModel { ReturnUrl = returnUrl });
3 references to UseRecoveryCodeViewModel
IdentitySample.Mvc (3)
artifacts\obj\IdentitySample.Mvc\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Account_UseRecoveryCode_cshtml.g.cs (2)
53UseRecoveryCodeViewModel 297public global::Microsoft.AspNetCore.Mvc.Rendering.IHtmlHelper<UseRecoveryCodeViewModel> Html { get; private set; } = default!;
Controllers\AccountController.cs (1)
516public async Task<IActionResult> UseRecoveryCode(UseRecoveryCodeViewModel model)