Indicates whether the site navigation node that represents the currently displayed page is rendered as a hyperlink.
Documentation for this section has not yet been entered.
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.