How do I get the referrer URL in an ASP.NET MVC action?

Viewed 90429

How do I get the referrer URL in an ASP.NET MVC action? I am trying to redirect back to the page before you called an action.

4 Answers
Related