ASP.NET SiteMap - Is there a way to programatically see if it contains a page without iterating thro
Posted
by AJM
on Stack Overflow
See other posts from Stack Overflow
or by AJM
Published on 2010-06-03T09:06:50Z
Indexed on
2010/06/03
9:34 UTC
Read the original article
Hit count: 213
ASP.NET
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?
© Stack Overflow or respective owner