This page is a Draft, its content is not complete and might contain errors.
EditSitemap Extensions
Sitemap extensions allow the implementor to add items to the main navigation. Each sitemap extension is one custom item in the client sitemap.
To implement a sitemap extension you must implement the ISiteMapExtension interface. In the Click method you can start the action you need for your custom item.
See Also