SiteMapNode::RootNode Property
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web::SiteMapNode^A SiteMapNode that represents the root node of the site navigation structure.
| Exception | Condition |
|---|---|
| InvalidOperationException | The root node cannot be retrieved from the root provider. |
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: