Tagged Questions
6
votes
1answer
1k views
ASPNET MVC: Way to figure out the route of the referer (sic)?
I have some POST actions on my controller that are hit from a pair of GET actions. When validation fails, I want to render the view of the action that the POST is coming from. For example:
...