How do you retrieve the matching route for a URL (in string format)?
Basically something like...
Routes.GetMatchingRoute("http://mysite.com/foo/bar/1");
Without having a HttpContext.
Basically I would like to RedirectToAction using a referring URL.