Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
Hi,
I've been using this code to exclude default action segment and registering it from Global.asax like this.
This does not seem to work in 7.5 any longer, but nothing in Johan's post suggests so.
The problem is that context.RoutedContentLink is always SysRoot and not the page I am currently accessing (in EPi 7.1, this is not the case).
However, there has been a change in how DefaultUrlSegmentRouter is instantiated, so my Global.asax looks like this now:
Am I missing something here or is there a bug?