SiteMapPath::RenderContents Method (HtmlTextWriter^)

 

Renders the nodes in the SiteMapPath control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

public protected:
virtual void RenderContents(
	HtmlTextWriter^ writer
) override

Parameters

writer
Type: System.Web.UI::HtmlTextWriter^

The HtmlTextWriter that represents the output stream used to write content to a Web page.

The SiteMapPath control overrides the RenderContents method to perform its accessibility rendering, if the SkipLinkText property is not set to String::Empty.

.NET Framework
Available since 2.0
Return to top
Show: