The members of System.Web.SiteMap are listed below.
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. |
static | SiteMapResolve |
Occurs when the SiteMap.CurrentNode property is accessed. |