SiteMap.Provider Property
.NET Framework 3.0
Gets the default SiteMapProvider object for the current site map.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public static SiteMapProvider get_Provider ()
public static function get Provider () : SiteMapProvider
Not applicable.
Property Value
The default site map provider for the SiteMap.By default, the XmlSiteMapProvider object is used and site navigation data is loaded from the Web.sitemap file that is located in the root directory of the site. This is identified in the management classes that manage the site navigation configuration and the site map configuration section of the Web.config files. By default, it is an instance of the XmlSiteMapProvider class, which uses the Web.sitemap file as its persistent store. However, you can implement your own site map storage and configuration scheme by writing a class that implements the abstract SiteMapProvider class. For more information on writing your own provider, see SiteMapProvider.
Community Additions
ADD
Show: