SiteMapPath doesnt' show Web.sitemap siteMapNode with querystring in url

Posted by Nicola Celiento on Stack Overflow See other posts from Stack Overflow or by Nicola Celiento
Published on 2009-09-25T08:54:16Z Indexed on 2010/04/03 7:43 UTC
Read the original article Hit count: 618

Filed under:

Hi all,

I have the following web.sitemap portion:

<siteMapNode title="MENU" url="">
<siteMapNode url="~/page1.aspx?id=0" title="MENU 1" />
<siteMapNode url="~/page2.aspx" title="MENU 2" />
</siteMapNode>

When I am in http://localhost/page1.aspx I cannot see the map path because in my sitemap I have quesrystring ?id=0. Can I fix it?

Thank you soo much!

Nicola

© Stack Overflow or respective owner

Related posts about asp.net-2.0