November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
Unfortunately Simple address is only working for pages in EPiServer database.
The suggested work around would be to hook up to event EPiServer.Global.UrlRewriteProvider.ConvertingToInternal
and in the event handler make a call to some own implemented method on your PageProvider with the Url (or the segments for the url). If the page provider recognies the urlsegment it should set the UrlInternal (on format like /templates/Page.aspx?id=4__providerKey&epslanguage=en) on the event argument and mark the argument with IsModified (to prevent further rewriting processing).
Hello,
does anyone how to make "simple adress" (page property "PageExternalURL") work for a page provider page? Just setting the property doen't seem to be enough.
Any suggestions appreciated.