System.Web.UI.WebControls.SiteMapPath: Method Members

The methods 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

Public Methods

override
DataBind()

Binds a data source to the System.Web.UI.WebControls.SiteMapPath control and its child controls.

Protected Methods

override
CreateChildControls()

Clears the current child controls collection, and rebuilds it by calling the SiteMapPath.CreateControlHierarchy method.

CreateControlHierarchy()

Examines the site map structure provided by the SiteMapPath.SiteMapProvider and builds a child controls collection based on the styles and templates defined for the functional nodes.

InitializeItem(SiteMapNodeItem)

Populates a System.Web.UI.WebControls.SiteMapNodeItem, which is a Web server control that represents a System.Web.SiteMapNode, with a set of child controls based on the node's function and the specified templates and styles for the node.

override
LoadViewState(object)

Restores view-state information from a previous request that was saved with the SiteMapPath.SaveViewState method.

override
OnDataBinding(EventArgs)

Overrides the System.Web.UI.Control.OnDataBinding(EventArgs) method of the System.Web.UI.WebControls.CompositeControl class and raises the System.Web.UI.Control.DataBinding event.

OnItemCreated(SiteMapNodeItemEventArgs)

Raises the SiteMapPath.ItemCreated event of the System.Web.UI.WebControls.SiteMapPath control.

OnItemDataBound(SiteMapNodeItemEventArgs)

Raises the SiteMapPath.ItemDataBound event of the System.Web.UI.WebControls.SiteMapPath control.

override
Render(System.Web.UI.HtmlTextWriter)
Documentation for this section has not yet been entered.
override
RenderContents(System.Web.UI.HtmlTextWriter)

Renders the nodes in the System.Web.UI.WebControls.SiteMapPath control.

override
SaveViewState() : object

Saves changes to view state for the System.Web.UI.WebControls.SiteMapPath control.

override
TrackViewState()

Tracks changes to the System.Web.UI.WebControls.SiteMapPath control's view state.