System.Web.UI.WebControls.BulletedList.RenderContents Method

Renders the list items of a System.Web.UI.WebControls.BulletedList control as bullets into the specified System.Web.UI.HtmlTextWriter.

Syntax

protected override void RenderContents (System.Web.UI.HtmlTextWriter writer)

Parameters

writer
An System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.

Remarks

This method renders the list items of a System.Web.UI.WebControls.BulletedList control as bullets into the specified System.Web.UI.HtmlTextWriter. This method is used primarily by control developers.

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0