SiteMapNode.Title Property
.NET Framework 3.0
Gets or sets the title of the SiteMapNode object.
Namespace: System.Web
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ public String get_Title () /** @property */ public void set_Title (String value)
public function get Title () : String public function set Title (value : String)
Not applicable.
Property Value
A string that represents the title of the node. The default is String.Empty.The Title property is used by navigation controls to render a label for the node, instead of using the Url property, while the Description property is used as a ToolTip element for mouse-over events.
A localized value of the Title 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: