SiteMapPath.RenderContents(HtmlTextWriter) Method
Definition
Renders the nodes in the SiteMapPath control.
protected public:
override void RenderContents(System::Web::UI::HtmlTextWriter ^ writer);
protected internal override void RenderContents (System.Web.UI.HtmlTextWriter writer);
override this.RenderContents : System.Web.UI.HtmlTextWriter -> unit
Protected Friend Overrides Sub RenderContents (writer As HtmlTextWriter)
Parameters
- writer
- HtmlTextWriter
The HtmlTextWriter that represents the output stream used to write content to a Web page.
Remarks
The SiteMapPath control overrides the RenderContents method to perform its accessibility rendering, if the SkipLinkText property is not set to String.Empty.