How can I loop through all the current routes in the route table and add a new route for all the current pages/actions defined?
I am trying to add a new segment that defines what site a client is on. For example if a user comes in at http:mysite/site/controler/action
. The site segment may or may not be in url but I want all current custom routes to be able to route if there is a site segment in the url without having to define a site route manually for every custom route but programatically let mvc routing know it's a valid route and how to route it.