System.Web.SiteMapNode.Attributes Property

Gets or sets a collection of additional attributes beyond the strongly typed properties that are defined for the System.Web.SiteMapNode class.

Syntax

protected System.Collections.Specialized.NameValueCollection Attributes { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0