The properties of System.Web.SiteMap are listed below. For a list of all members, see the SiteMap Members list.
See Also: Inherited members from System.Object
[read-only] static | CurrentNode | SiteMapNode.
Gets a System.Web.SiteMapNode control that represents the currently requested page. |
[read-only] static | Enabled | bool.
Gets a Boolean value indicating if a site map provider is specified in the Web.config file and if the site map provider is enabled. |
[read-only] static | Provider | SiteMapProvider.
Gets the default System.Web.SiteMapProvider object for the current site map. |
[read-only] static | Providers | SiteMapProviderCollection.
Gets a read-only collection of named System.Web.SiteMapProvider objects that are available to the System.Web.SiteMap class. |
[read-only] static | RootNode | SiteMapNode.
Gets a System.Web.SiteMapNode object that represents the top-level page of the navigation structure for the site. |