Tagged Questions
2
votes
1answer
1k views
In ASP.NET MVC, preserve URL when return RedirectToAction
I have an action method, and depending on what is passed to it, I want to redirect to another action in another controller. The action and controller names are determined at run time.
If I return ...