System.Web.SiteMapNode.Description Property

Gets or sets a description for the System.Web.SiteMapNode.

Syntax

[System.ComponentModel.Localizable(true)]
public virtual string Description { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

While the SiteMapNode.Title of a System.Web.SiteMapNode is used by some navigation controls as a label or hyperlink, the SiteMapNode.Description is used as a ToolTip element for mouse over events.

A localized value of the SiteMapNode.Description property is returned if the SiteMapProvider.EnableLocalization property is true.

Requirements

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