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
Yes, the bug was fixed quite some time ago. The pattern is a bit different in EPiServer 7.5 and you can now specify what pattern to use when getting links, otherwise the links will be resolved depending on the current "mode", like default edit or preview. Here is a code sample you can use to get a URL with the site/default mode:
url = urlResolver.GetUrl(content.ContentLink, content.LanguageBranch(), new VirtualPathArguments() { ContextMode = ContextMode.Default });
can anyone tell me if bug #91931 has been fixed and is part of the 7.5 code base? we are running 7.5 with patch 2 installed but still see this problem occuring.
is there any update on this?