This documentation is archived and is not being maintained.
SiteMapDataSource::Provider Property
Visual Studio 2010
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 SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: