SiteMapDataSource::Provider Property

 

Gets or sets a SiteMapProvider object that is associated with the data source control.

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

public:
[BrowsableAttribute(false)]
property SiteMapProvider^ Provider {
	SiteMapProvider^ get();
	void set(SiteMapProvider^ value);
}

Property Value

Type: System.Web::SiteMapProvider^

A SiteMapProvider that is associated with the data source control; otherwise, if no provider is explicitly set, the default site map provider.

Exception Condition
HttpException

The provider named by the SiteMapProvider is not available.

- or -

No default provider is configured for the site.

Use the Provider property to specify the site map provider instance to use with the data source control. The instance can be different than the provider that is identified by the SiteMapProvider property, if set.

.NET Framework
Available since 2.0
Return to top
Show: