London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
AI OnAI Off
London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!
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?