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