14 references to LocalRedirect
Microsoft.AspNetCore.Identity.UI (14)
Areas\Identity\Pages\V4\Account\ExternalLogin.cshtml.cs (2)
148
return
LocalRedirect
(returnUrl);
217
return
LocalRedirect
(returnUrl);
Areas\Identity\Pages\V4\Account\Login.cshtml.cs (1)
134
return
LocalRedirect
(returnUrl);
Areas\Identity\Pages\V4\Account\LoginWith2fa.cshtml.cs (1)
133
return
LocalRedirect
(returnUrl);
Areas\Identity\Pages\V4\Account\LoginWithRecoveryCode.cshtml.cs (1)
116
return
LocalRedirect
(returnUrl ?? Url.Content("~/"));
Areas\Identity\Pages\V4\Account\Logout.cshtml.cs (1)
51
return
LocalRedirect
(returnUrl);
Areas\Identity\Pages\V4\Account\Register.cshtml.cs (1)
157
return
LocalRedirect
(returnUrl);
Areas\Identity\Pages\V5\Account\ExternalLogin.cshtml.cs (2)
148
return
LocalRedirect
(returnUrl);
217
return
LocalRedirect
(returnUrl);
Areas\Identity\Pages\V5\Account\Login.cshtml.cs (1)
134
return
LocalRedirect
(returnUrl);
Areas\Identity\Pages\V5\Account\LoginWith2fa.cshtml.cs (1)
133
return
LocalRedirect
(returnUrl);
Areas\Identity\Pages\V5\Account\LoginWithRecoveryCode.cshtml.cs (1)
116
return
LocalRedirect
(returnUrl ?? Url.Content("~/"));
Areas\Identity\Pages\V5\Account\Logout.cshtml.cs (1)
51
return
LocalRedirect
(returnUrl);
Areas\Identity\Pages\V5\Account\Register.cshtml.cs (1)
157
return
LocalRedirect
(returnUrl);