60 references to RedirectToPage
Identity.ExternalClaims (18)
Pages\Account\ConfirmEmail.cshtml.cs (1)
28return RedirectToPage("/Index");
Pages\Account\ExternalLogin.cshtml.cs (4)
52return RedirectToPage("./Login"); 68return RedirectToPage("./Login"); 73return RedirectToPage("./Login"); 91return RedirectToPage("./Lockout");
Pages\Account\ForgotPassword.cshtml.cs (2)
45return RedirectToPage("./ForgotPasswordConfirmation"); 53return RedirectToPage("./ForgotPasswordConfirmation");
Pages\Account\Login.cshtml.cs (1)
89return RedirectToPage("./Lockout");
Pages\Account\LoginWith2fa.cshtml.cs (1)
88return RedirectToPage("./Lockout");
Pages\Account\LoginWithRecoveryCode.cshtml.cs (1)
81return RedirectToPage("./Lockout");
Pages\Account\Manage\ChangePassword.cshtml.cs (1)
69return RedirectToPage("./SetPassword");
Pages\Account\Manage\Disable2fa.cshtml.cs (1)
61return RedirectToPage("./TwoFactorAuthentication");
Pages\Account\Manage\EnableAuthenticator.cshtml.cs (1)
102return RedirectToPage("./GenerateRecoveryCodes");
Pages\Account\Manage\ResetAuthenticator.cshtml.cs (1)
51return RedirectToPage("./EnableAuthenticator");
Pages\Account\Manage\SetPassword.cshtml.cs (1)
61return RedirectToPage("./ChangePassword");
Pages\Account\ResetPassword.cshtml.cs (2)
74return RedirectToPage("./ResetPasswordConfirmation"); 80return RedirectToPage("./ResetPasswordConfirmation");
Pages\Account\SignedOut.cshtml.cs (1)
18return RedirectToPage("/Index");
Microsoft.AspNetCore.Identity.UI (40)
Areas\Identity\Pages\V4\Account\ConfirmEmail.cshtml.cs (1)
47return RedirectToPage("/Index");
Areas\Identity\Pages\V4\Account\ConfirmEmailChange.cshtml.cs (1)
49return RedirectToPage("/Index");
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (2)
115public override IActionResult OnGet() => RedirectToPage("./Login"); 152return RedirectToPage("./Lockout");
Areas\Identity\Pages\V4\Account\ForgotPassword.cshtml.cs (2)
70return RedirectToPage("./ForgotPasswordConfirmation"); 85return RedirectToPage("./ForgotPasswordConfirmation");
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (1)
143return RedirectToPage("./Lockout");
Areas\Identity\Pages\V4\Account\LoginWith2fa.cshtml.cs (1)
138return RedirectToPage("./Lockout");
Areas\Identity\Pages\V4\Account\LoginWithRecoveryCode.cshtml.cs (1)
121return RedirectToPage("./Lockout");
Areas\Identity\Pages\V4\Account\Manage\ChangePassword.cshtml.cs (1)
107return RedirectToPage("./SetPassword");
Areas\Identity\Pages\V4\Account\Manage\Disable2fa.cshtml.cs (1)
82return RedirectToPage("./TwoFactorAuthentication");
Areas\Identity\Pages\V4\Account\Manage\EnableAuthenticator.cshtml.cs (2)
153return RedirectToPage("./ShowRecoveryCodes"); 157return RedirectToPage("./TwoFactorAuthentication");
Areas\Identity\Pages\V4\Account\Manage\GenerateRecoveryCodes.cshtml.cs (1)
94return RedirectToPage("./ShowRecoveryCodes");
Areas\Identity\Pages\V4\Account\Manage\ResetAuthenticator.cshtml.cs (1)
80return RedirectToPage("./EnableAuthenticator");
Areas\Identity\Pages\V4\Account\Manage\SetPassword.cshtml.cs (1)
95return RedirectToPage("./ChangePassword");
Areas\Identity\Pages\V4\Account\Manage\ShowRecoveryCodes.cshtml.cs (1)
37return RedirectToPage("./TwoFactorAuthentication");
Areas\Identity\Pages\V4\Account\RegisterConfirmation.cshtml.cs (1)
60return RedirectToPage("/Index");
Areas\Identity\Pages\V4\Account\ResetPassword.cshtml.cs (2)
117return RedirectToPage("./ResetPasswordConfirmation"); 123return RedirectToPage("./ResetPasswordConfirmation");
Areas\Identity\Pages\V5\Account\ConfirmEmail.cshtml.cs (1)
47return RedirectToPage("/Index");
Areas\Identity\Pages\V5\Account\ConfirmEmailChange.cshtml.cs (1)
49return RedirectToPage("/Index");
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (2)
115public override IActionResult OnGet() => RedirectToPage("./Login"); 152return RedirectToPage("./Lockout");
Areas\Identity\Pages\V5\Account\ForgotPassword.cshtml.cs (2)
70return RedirectToPage("./ForgotPasswordConfirmation"); 85return RedirectToPage("./ForgotPasswordConfirmation");
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (1)
143return RedirectToPage("./Lockout");
Areas\Identity\Pages\V5\Account\LoginWith2fa.cshtml.cs (1)
138return RedirectToPage("./Lockout");
Areas\Identity\Pages\V5\Account\LoginWithRecoveryCode.cshtml.cs (1)
121return RedirectToPage("./Lockout");
Areas\Identity\Pages\V5\Account\Manage\ChangePassword.cshtml.cs (1)
107return RedirectToPage("./SetPassword");
Areas\Identity\Pages\V5\Account\Manage\Disable2fa.cshtml.cs (1)
82return RedirectToPage("./TwoFactorAuthentication");
Areas\Identity\Pages\V5\Account\Manage\EnableAuthenticator.cshtml.cs (2)
153return RedirectToPage("./ShowRecoveryCodes"); 157return RedirectToPage("./TwoFactorAuthentication");
Areas\Identity\Pages\V5\Account\Manage\GenerateRecoveryCodes.cshtml.cs (1)
94return RedirectToPage("./ShowRecoveryCodes");
Areas\Identity\Pages\V5\Account\Manage\ResetAuthenticator.cshtml.cs (1)
80return RedirectToPage("./EnableAuthenticator");
Areas\Identity\Pages\V5\Account\Manage\SetPassword.cshtml.cs (1)
95return RedirectToPage("./ChangePassword");
Areas\Identity\Pages\V5\Account\Manage\ShowRecoveryCodes.cshtml.cs (1)
37return RedirectToPage("./TwoFactorAuthentication");
Areas\Identity\Pages\V5\Account\RegisterConfirmation.cshtml.cs (1)
60return RedirectToPage("/Index");
Areas\Identity\Pages\V5\Account\ResetPassword.cshtml.cs (2)
117return RedirectToPage("./ResetPasswordConfirmation"); 123return RedirectToPage("./ResetPasswordConfirmation");
Microsoft.AspNetCore.Mvc.RazorPages (1)
PageModel.cs (1)
1258=> RedirectToPage(pageName: null);
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
PageModelTest.cs (1)
981var result = pageModel.RedirectToPage(pageName);