AI OnAI Off
You can't do that with partial routing, the docs sais "Partial routing lets you extend routing beyond pages. You can use partial routing to route to data outside Optimizely CMS or other content types other than pages.".
I am trying to override default routing by implementing IPartialRouter and the RoutePartial method. For the most part this works, however if the url that I make the request with matches the CMS hierarchy exactly, the RoutePartial method does not fire. How do I go about preventing the Optimizely default routing from bypassing my custom router?