Possible Duplicate:
ASP.NET MVC Get Route values from a URL
One of my pages needs to determine from what action the current request came from. I can get Request.UrlReferrer
, but need to translate this into an action and controller name. There's lots of ways to go from action to route, but how can I go back?