asp.net.ph

SiteMapPath.Provider Property

System.Web.UI.WebControls Namespace   SiteMapPath Class


.NET Framework version 2.0

Sets or retrieves the SiteMapProvider that is associated with a SiteMapPath control.

Syntax


Inline <asp:sitemappath provider = sitemapProvider ... >
Script SiteMapPath.SiteMapProvider = sitemapProvider

Property Value


sitemapProvider A SiteMapProvider instance that is associated with the SiteMapPath control.

The property is read/write with a default value of XmlSiteMapProvider.

Remarks

Use the SiteMapProvider property to specify or determine the SiteMapProvider instance to use with a SiteMapPath control.

All available providers are contained in the SiteMap.Providers collection, and can be enumerated and retrieved by name using the Item property.

See Also

SiteMapPath Members Skip Navigation Links




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note

You can help support asp.net.ph