Yes, you can, however, this is only useful for sending things back to the stack (which is a good idea for your trick).
var route = routes["home_default"];
routes.Remove(route);
routes.Add(route);
I use this in my project using routes, and it moves it to the end of the list.
source
share