SiteMapNode.RootNode Property
.NET Framework 3.0
Gets the root node of the root provider in a site map provider hierarchy. If no provider hierarchy exists, the RootNode property gets the root node of the current provider.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public SiteMapNode get_RootNode ()
public function get RootNode () : SiteMapNode
Not applicable.
Property Value
A SiteMapNode that represents the root node of the site navigation structure.The SiteMapNode class relies on the site map provider with which it is associated to track its relationships to other nodes in the site map. The RootNode property calls the RootNode property of the root provider (the RootProvider property) to retrieve the root node.
Community Additions
ADD
Show: