System.Web.SiteMapNode.Title Property

Gets or sets the title of the System.Web.SiteMapNode object.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The SiteMapNode.Title property is used by navigation controls to render a label for the node, instead of using the SiteMapNode.Url property, while the SiteMapNode.Description property is used as a ToolTip element for mouse-over events.

A localized value of the SiteMapNode.Title 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