How to Create Simple Sitemap in ASP.NET?

 

<?xml version=1.0 encoding=utf-8 ?>


<siteMapNode url=~/default.aspx title=Home description=Home page>

<siteMapNode url=~/contact.aspx title=Contact description=Contact us />

<siteMapNode url=~/products.aspx title=Products description=Our products />

</siteMapNode>

</siteMap>

 

Posted by Mahesh ( Tryangled )

Leave a Reply

You must be logged in to post a comment.