System.Web.Configuration.SiteMapSection.DefaultProvider Property

Gets or sets the name of the default navigation provider.

Syntax

[System.Configuration.ConfigurationProperty("defaultProvider", DefaultValue="AspNetXmlSiteMapProvider")]
[System.Configuration.StringValidator(MinLength=1)]
public string DefaultProvider { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

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