I think C # ASP.NET SiteMap uses the URL as a dictionary key inside, as it constantly searches for URLs by URL and makes them unique. I want to use this lookup table, but I cannot find access to it.
What is the most efficient way to get a specific SiteMapNode from a url? Is there access to it?
My use case is that I want to create a navigation bar populated from a Sitemap, starting with a node that is deep from the root in my current parent node chain.
Scott stafford
source share