System.Web 2.0.0.0 System.Configuration.ConfigurationSection The class provides a way to programmatically access and modify the content of the configuration file siteMap section. Defines configuration settings that are used to support the infrastructure for configuring, storing, and rendering site navigation. This class cannot be inherited. Constructor The constructor is not intended to be used directly from your code. It is called by the ASP.NET configuration system. You obtain an instance of the class by using the method. Initializes a new instance of the class by using default settings. 2.0.0.0 Property System.Configuration.ConfigurationProperty("defaultProvider", DefaultValue="AspNetXmlSiteMapProvider") System.Configuration.StringValidator(MinLength=1) System.String To be added. Navigation providers expose an API for manipulating navigation values in a common fashion. You can specify navigation providers in the providers subsection of the siteMap section of a configuration file. Gets or sets the name of the default navigation provider. 2.0.0.0 Property System.Configuration.ConfigurationProperty("enabled", DefaultValue="True") System.Boolean To be added. The property returns a Boolean value indicating whether or not the ASP.NET navigation feature can be accessed at run time. Gets or sets a value indicating whether the ASP.NET site map feature is enabled. 2.0.0.0 Property System.Configuration.ConfigurationPropertyCollection To be added. To be added. To be added. 2.0.0.0 Property System.Configuration.ConfigurationProperty("providers") System.Configuration.ProviderSettingsCollection To be added. Site map providers are components that provide access to the navigation structure for a site. You can specify site map providers in the providers subsection of the siteMap section of a configuration file. The property names which provider is used by default. Gets a collection of objects. 2.0.0.0