System.Web.SiteMap.Enabled Property

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.

Syntax

public static bool Enabled { get; }

Value

Documentation for this section has not yet been entered.

Remarks

A default site map configuration is specified that manages the site navigation configuration. You can override this configuration in the Web.config file, should you choose to write your own site map provider.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0