Aliasing a URL inside a custom ASP MVC Route
问题 I'm creating URL aliasing functionality; the ability to map resource A to resource B. I'm fitting this into a project with a catch-all URL mapped to a custom Route that parses the incoming URL string and looks up the URL parts inside our database. Basically, the entire URL string is dynamic and maps to a category hierarchy (e.g. /tyres/car /tyres/van, /suspension/ford/focus). This is all working fine, and only exists to route to one controller. Currently I'm integrating my code for URL