SiteMapPath.RenderContents Method
.NET Framework 3.0
Renders the nodes in the SiteMapPath control.
Namespace: System.Web.UI.WebControls
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
protected void RenderContents ( HtmlTextWriter writer )
protected internal override function RenderContents ( writer : HtmlTextWriter )
Not applicable.
Parameters
- writer
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.
Community Additions
ADD
Show: