8 references to RedirectToAction
IdentitySample.Mvc (7)
Controllers\AccountController.cs (4)
135return RedirectToAction(nameof(HomeController.Index), "Home"); 323return RedirectToAction(nameof(AccountController.ResetPasswordConfirmation), "Account"); 328return RedirectToAction(nameof(AccountController.ResetPasswordConfirmation), "Account"); 558return RedirectToAction(nameof(HomeController.Index), "Home");
Controllers\ManageController.cs (3)
119return RedirectToAction(nameof(Index), "Manage"); 151return RedirectToAction(nameof(Index), "Manage"); 167return RedirectToAction(nameof(Index), "Manage");
Microsoft.AspNetCore.Mvc.Core.Test (1)
ControllerBaseTest.cs (1)
355var resultTemporary = controller.RedirectToAction("SampleAction", controllerName);