2

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?

Community
  • 1
  • 1
dlras2
  • 8,416
  • 7
  • 51
  • 90

1 Answers1

1

Here's your answer: ASP.NET MVC Get Route values from a URL

Community
  • 1
  • 1
Ofer Zelig
  • 17,068
  • 9
  • 59
  • 93