The members of System.Web.UI.WebControls.SiteMapPath are listed below.
See Also: Inherited members from System.Web.UI.WebControls.CompositeControl
Initializes a new instance of the System.Web.UI.WebControls.SiteMapPath class. |
[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. |
override | DataBind()
|
override | CreateChildControls()
| |
CreateControlHierarchy()
| ||
InitializeItem(SiteMapNodeItem)
| ||
override | LoadViewState(object)
| |
override | OnDataBinding(EventArgs)
| |
OnItemCreated(SiteMapNodeItemEventArgs)
| ||
OnItemDataBound(SiteMapNodeItemEventArgs)
| ||
override | Render(System.Web.UI.HtmlTextWriter)Documentation for this section has not yet been entered. | |
override | RenderContents(System.Web.UI.HtmlTextWriter)
| |
override | SaveViewState()
| |
override | TrackViewState()
|
ItemCreated |
Occurs when a System.Web.UI.WebControls.SiteMapNodeItem is created by the System.Web.UI.WebControls.SiteMapPath and is associated with its corresponding System.Web.SiteMapNode. This event is raised by the SiteMapPath.OnItemCreated(SiteMapNodeItemEventArgs) method. | |
ItemDataBound |
Occurs after a System.Web.UI.WebControls.SiteMapNodeItem has been bound to its underlying System.Web.SiteMapNode data by the System.Web.UI.WebControls.SiteMapPath. This event is raised by the SiteMapPath.OnItemDataBound(SiteMapNodeItemEventArgs) method. |