0
kicks
Querying an ASP.NET SiteMap using LINQ
In this article, I will show you how to ‘query’ the ASP.NET SiteMap using LINQ. The intention of this article is to demonstrate the power and simplicity of querying an XML document like the ASP.NET SiteMap using LINQ. The SiteMap has a lot of similar elements like the <siteMapNodewhich would make it look difficult to query a structure like this, but LINQ makes the process look as simple as shown in this article.