ASP.NET SiteMap - Is there a way to programatically see if it contains a page without iterating thro
- by AJM
Want to check that my site map contains a page.
Could just iterate through SiteMap.RootNode.GetAllNodes() but is there a way to search for a page without iterating manually?