SiteMapSection.DefaultProvider Property
.NET Framework (current version)
Gets or sets the name of the default navigation provider.
Assembly: System.Web (in System.Web.dll)
[ConfigurationPropertyAttribute("defaultProvider", DefaultValue = "AspNetXmlSiteMapProvider")] [StringValidatorAttribute(MinLength = 1)] public string DefaultProvider { get; set; }
Property Value
Type: System.StringThe name of a provider in the Providers property or a Empty field. The default is "AspNetXmlSiteMapProvider".
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.
The following code example demonstrates how to use the DefaultProvider property. This code example is part of a larger example provided for the SiteMapSection class.
.NET Framework
Available since 2.0
Available since 2.0
Show: