SiteMapPath::Provider Property
Gets or sets a SiteMapProvider that is associated with the Web server control.
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::SiteMapProviderA SiteMapProvider instance that is associated with the control. If no provider is explicitly set, the default site map provider is used.
| Exception | Condition |
|---|---|
| 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.