Tagged Questions
The sitemapnode tag has no wiki summary.
6
votes
3answers
7k views
Using Web.SiteMap with Dynamic URLS (URL Routing)
I would like to match "approximate" matches in Web.SiteMap
The Web.Sitemap static sitemap provider works well, except for one thing. IT'S STATIC!
So, if I would have to have a sitemapnode for each ...
0
votes
0answers
17 views
What is this “rights” “rightsAuthorizationCheck” attribute in sitemapnode?
What is this "rights" "rightsAuthorizationCheck" attribute in sitemapnode?
Is this a user defined attribute or built-in. Where can I find a documentation for this?
eg:
0
votes
1answer
361 views
How do I look up a SiteMapNode by its URL (or other key)?
I think the C# ASP.NET SiteMap uses URL as a dictionary key internally since it has to lookup by URL all the time, and forces them to be unique. I want to use that lookup table, but I can't seem to ...
0
votes
1answer
270 views
Asp menu control formatting sitemapnode
I'm trying to figured out how to separately format sitemapnodes which do not have a URL associated. Here's a code example:
<siteMapNode title="TheThingIWantFormattedSeparately">
...
0
votes
1answer
101 views
jquery dialog from sitemapnode
I Have a asp:Menu item in my masterpage file and it is using a sitemap. In my sitemap file, i have some sitemapnodes:
<siteMapNode>
<siteMapNode url="qq.aspx" title="qq" />
...
0
votes
1answer
295 views
How to configure a custom SiteMapNode for a sitemap?
I created a class which inherits from SiteMapNode and overrode the Title property of it. However how and where do I configure it so that my sitemap (and custom sitemapprovider) takes this custom ...