Using SiteMaps
When I use a sitemap, how does one attach a query string to the URL in the sitemap?
Also, I was watching a ASP.Net video which showed this XML node
"<siteMap defaultProvider="foo" enabled="true">
<providers>
<add name="foo" siteMapFile="web.sitemap" type="System.Web.XmlSiteMapProvider" securityTrimmingEnabled="true" />
</providers>
</siteMap>"
How does this limit which links are shown to the user that is logged in?
|