The properties of System.Web.UI.WebControls.SiteMapPath are listed below. For a list of all members, see the SiteMapPath Members list.
See Also: Inherited members from System.Web.UI.WebControls.CompositeControl
[read-only] | CurrentNodeStyle | Style.
Gets the style used for the display text for the current node. |
CurrentNodeTemplate | System.Web.UI.ITemplate.
Gets or sets a control template to use for the node of a site navigation path that represents the currently displayed page. | |
[read-only] | NodeStyle | Style.
Gets the style used for the display text for all nodes in the site navigation path. |
NodeTemplate | System.Web.UI.ITemplate.
Gets or sets a control template to use for all functional nodes of a site navigation path. | |
ParentLevelsDisplayed | int.
Gets or sets the number of levels of parent nodes the control displays, relative to the currently displayed node. | |
PathDirection | PathDirection.
Gets or sets the order that the navigation path nodes are rendered in. | |
PathSeparator | string.
Gets or sets the string that delimits System.Web.UI.WebControls.SiteMapPath nodes in the rendered navigation path. | |
[read-only] | PathSeparatorStyle | Style.
Gets the style used for the SiteMapPath.PathSeparator string. |
PathSeparatorTemplate | System.Web.UI.ITemplate.
Gets or sets a control template to use for the path delimiter of a site navigation path. | |
Provider | System.Web.SiteMapProvider.
Gets or sets a System.Web.SiteMapProvider that is associated with the Web server control. | |
RenderCurrentNodeAsLink | bool.
Indicates whether the site navigation node that represents the currently displayed page is rendered as a hyperlink. | |
[read-only] | RootNodeStyle | Style.
Gets the style for the root node display text. |
RootNodeTemplate | System.Web.UI.ITemplate.
Gets or sets a control template to use for the root node of a site navigation path. | |
ShowToolTips | bool.
Gets or sets a value indicating whether the System.Web.UI.WebControls.SiteMapPath control writes an additional hyperlink attribute for hyperlinked navigation nodes. Depending on client support, when a mouse hovers over a hyperlink that has the additional attribute set, a ToolTip is displayed. | |
SiteMapProvider | string.
Gets or sets the name of the System.Web.SiteMapProvider used to render the site navigation control. | |
SkipLinkText | string.
Gets or sets a value that is used to render alternate text for screen readers to skip the control's content. |