System.Web.SiteMap Members

The members of System.Web.SiteMap are listed below.

See Also: Inherited members from System.Object

Public Properties

[read-only]
static
CurrentNodeSiteMapNode.

Gets a System.Web.SiteMapNode control that represents the currently requested page.

[read-only]
static
Enabledbool.

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
ProviderSiteMapProvider.

Gets the default System.Web.SiteMapProvider object for the current site map.

[read-only]
static
ProvidersSiteMapProviderCollection.

Gets a read-only collection of named System.Web.SiteMapProvider objects that are available to the System.Web.SiteMap class.

[read-only]
static
RootNodeSiteMapNode.

Gets a System.Web.SiteMapNode object that represents the top-level page of the navigation structure for the site.

Public Events

static
SiteMapResolve

Occurs when the SiteMap.CurrentNode property is accessed.