This documentation is archived and is not being maintained.

SiteMapPath::Provider Property

Gets or sets a SiteMapProvider that is associated with the Web server control.

Namespace:  System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

[BrowsableAttribute(false)]
public:
property SiteMapProvider^ Provider {
	SiteMapProvider^ get ();
	void set (SiteMapProvider^ value);
}
<asp:SiteMapPath Provider="SiteMapProvider" />

Property Value

Type: System.Web::SiteMapProvider
A SiteMapProvider instance that is associated with the control. If no provider is explicitly set, the default site map provider is used.

ExceptionCondition
HttpException

The provider named by the SiteMapProvider property is not available.

- or -

There is no default provider configured for the site.

The Provider property specifies an instance of a site map provider to use with the control. This provider may be different from the provider identified by the SiteMapProvider property, if set.

Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5, 3.0, 2.0
Show: