System.Web.Configuration.SiteMapSection.Providers Property

Gets a System.Configuration.ProviderSettingsCollection collection of System.Configuration.ProviderSettings objects.

Syntax

[System.Configuration.ConfigurationProperty("providers")]
public System.Configuration.ProviderSettingsCollection Providers { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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 SiteMapSection.DefaultProvider property names which provider is used by default.

Requirements

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