0
kicks
Insert route, route registration after the fact with ASP.NET MVC
Registering routes need to be done in order, so adding a route after the initial route registration may not work if the route need to be in another position that is not the last one. This set of extension methods will help with this problem.