Skip to main content
A newer version of this page is available. .
Tab

UnboundSiteMapProviderBase Properties

Provides a base implementation for an unbound site map provider component.
Name Description
CurrentNode Gets the SiteMapNode object that represents the currently requested page. Inherited from SiteMapProvider.
Description Gets a brief, friendly description suitable for display in administrative tools or other user interfaces (UIs). Inherited from ProviderBase.
EnableLocalization Gets or sets a Boolean value indicating whether localized values of SiteMapNode attributes are returned. Inherited from SiteMapProvider.
EnableRoles Gets or sets a value indicating whether the ASP.NET role management feature is enabled.
Name Gets the friendly name used to refer to the provider during configuration. Inherited from ProviderBase.
ParentProvider Gets or sets the parent SiteMapProvider object of the current provider. Inherited from SiteMapProvider.
ResourceKey Get or sets the resource key that is used for localizing SiteMapNode attributes. Inherited from SiteMapProvider.
RootNode Gets the root node of the site map.
RootProvider Gets the root SiteMapProvider object in the current provider hierarchy. Inherited from SiteMapProvider.
SecurityTrimmingEnabled Gets a Boolean value indicating whether a site map provider filters site map nodes based on a user’s role. Inherited from SiteMapProvider.
SiteMapFileName Gets or sets the path to the file that contains the site map data.
See Also