November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Can't seem to find one either but a workaround would be to get the parrent link and then add the URLSegment.
So something like:
var url = urlResolver.GetUrl(baz.ParentLink);
url += baz.URLSegment;
I'm trying to find a method, property, or helper that will give me the full url of a page that is set to an external shortcut. Say my page is located at "www.foo.com/bar/baz", and Baz has a LinkType of PageShortcutType.External and links to "http://www.google.com".
I'd expect there to be some way to get "www.foo.com/bar/baz" from baz's PageData, but every property, method or helper I've found so far returns "http://www.google.com" instead.
Thank you!