kentico_ondrejv
-
10/6/2008 10:12:31 AM
RE:CMS Sitemap
Hello,
I'm sorry, but it's not possible to do this now in some nice way. You may need to use a workaround for it and achieve your goal programmatically.
You will take 'RenderedHTML' property, go through it and find and change all links using 'UrlHelper.MakeLinksAbsolute' function. This will enforce that your links in site map will use absolute path.
I hope it's clear, if not, don't hesitate to ask.
Best regards Ondrej Vasil
|