SiteMapNode::Description Property
.NET Framework (current version)
Gets or sets a description for the SiteMapNode.
Assembly: System.Web (in System.Web.dll)
public: property String^ Description { virtual String^ get(); virtual void set(String^ value); }
Property Value
Type: System::String^A string that represents a description of the node; otherwise, String::Empty.
| Exception | Condition |
|---|---|
| InvalidOperationException | The node is read-only. |
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: