Instead of looking for a way to provide a route to an action method, I'm looking for the inverse:
how to derive the action method with route params from a URL in MVC?
My usage of this is with Request.UrlReferrer where I'd like to parse that URL into a route so that I can have some 'back to' functionality.