SyntaxFix
Write A Post
Hire A Developer
Questions
You can use the overloads method RedirectToAction(string actionName, string controllerName);
RedirectToAction(string actionName, string controllerName);
Example:
RedirectToAction(nameof(HomeController.Index), "Home");