I am need to insert a route during the mvc application processing. I am in stuck because i can use MapPageRoute only to add new route to the end of routings table, and i can use Insert to add route to the start of collection, but in this case i can't define this routing name, so i can't manage it in future.
So the question: is any opportunity to add route with defined name to the start of routes table exists?
Does anyone know?
p.s. map to the end and use Reverse is bad idea.