asp.net - SiteMap RootNode, get all child nodes where rootnode = "Home" -


I want to write that I will get all nodes for each statement where Routine = "Home"

< P> It is that I have done so

  if (topLevelNode.Title == "Home") {var topLevelNodes = Sitemap ......} foreach (TopLevelNodes in SiteMapNode node) {...........................}  

  if (topLevelNode.Title ==" home ") {var results = header_node. ChildNode; }  

Comments

Popular posts from this blog

windows - Heroku throws SQLITE3 Read only exception -

lex - Building a lexical Analyzer in Java -

python - rename keys in a dictionary -