Is there a way to use XDocument and LINQ to be able to extract all title attributes of all siteMapNode elements in a web.sitemap file, regardless of depth? Any examples of how to do this would be appreciated!
Is there a way to use XDocument and LINQ to be able to extract
Share
you can try something like this