System.Web.UI.WebControls.SiteMapPath.RenderCurrentNodeAsLink Property

Indicates whether the site navigation node that represents the currently displayed page is rendered as a hyperlink.

Syntax

[System.ComponentModel.DefaultValue(false)]
public virtual bool RenderCurrentNodeAsLink { set; get; }

Value

Documentation for this section has not yet been entered.

Remarks

The node that represents the currently displayed page is the System.Web.SiteMap.CurrentNode. Its System.Web.SiteMapNode.Title property specifies the text to display for the current node, and its System.Web.SiteMapNode.Url property is used to create a hyperlink. By default, no hyperlink is rendered for the current page to prevent erroneous form posts.

The value of this property is stored in view state.

Requirements

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