SiteMapNode.Description Property
.NET Framework 3.0
Gets or sets a description for the SiteMapNode.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_Description () /** @property */ public void set_Description (String value)
public function get Description () : String public function set Description (value : String)
Not applicable.
Property Value
A string that represents a description of the node; otherwise, String.Empty.While the Title of a SiteMapNode is used by some navigation controls as a label or hyperlink, the Description is used as a ToolTip element for mouse over events.
A localized value of the Description property is returned if the EnableLocalization property is true.
| Topic | Location |
|---|---|
| How to: Localize Site-Map Data | Building ASP .NET Web Applications |
| How to: Localize Site-Map Data | Building ASP .NET Web Applications |
Community Additions
ADD
Show: