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
How about the following:
var urlResolver = ServiceLocator.Current.GetInstance<UrlResolver>(); var url = urlResolver.GetUrl(pageLink, ContentLanguage.PreferredCulture.Name);
??
Hi, How would you update our 7.5 code which is:
To work in Episerver 8 as UrlResolver is now abstract?
Jon