public static void RegisterRoutes(RouteCollection routes) { routes.MapRoute("catchallroute", "query/{query-name}/{*extrastuff}); }