SiteMapDataSource::Provider Property
Gets or sets a SiteMapProvider object that is associated with the data source control.
Assembly: System.Web (in System.Web.dll)
[BrowsableAttribute(false)] public: property SiteMapProvider^ Provider { SiteMapProvider^ get (); void set (SiteMapProvider^ value); }
<asp:SiteMapDataSource Provider="SiteMapProvider" />
Property Value
Type: System.Web::SiteMapProviderA 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.
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.