I have created new umbraco website with basic navigation. I want to create a sitemap link on the website. On click of the link , I want sitemap to be appeared in HTML format. Can you please help me giving, basic idea of how to create a sitemap. Thanks.
Creating sitemap in HTML
I have created new umbraco website with basic navigation. I want to create a sitemap link on the website. On click of the link , I want sitemap to be appeared in HTML format. Can you please help me giving, basic idea of how to create a sitemap. Thanks.
Hello @Puvi. To goal your target you must:
var homeNode = Model.Content.AncestorOrSelf(2);
This razor code can help you:
Thanks Flavio. will try this.
Ok, let me know if it works correctly.
Do you solved?
is working on a reply...