Gets or sets a collection of additional attributes beyond the strongly typed properties that are defined for the System.Web.SiteMapNode class.
Documentation for this section has not yet been entered.
The SiteMapNode.Attributes collection is typically used when you need to apply additional attributes to a site map node, but do not want to derive a custom class in order to do so.
The protected SiteMapNode.Attributes attribute does not perform in the same manner as the SiteMapNode.Title or SiteMapNode.Description properties. For localization support, developers must use the default indexer.