BulletedList.RenderContents Method
.NET Framework 3.0
Renders the list items of a BulletedList control as bullets into the specified System.Web.UI.HtmlTextWriter.
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
An System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
Community Additions
ADD
Show: