System.Web.UI.WebControls.BulletedList.AddAttributesToRender Method

Adds the HTML attributes and styles for a System.Web.UI.WebControls.BulletedList control to render to the specified System.Web.UI.HtmlTextWriter object.

Syntax

protected override void AddAttributesToRender (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

The BulletedList.AddAttributesToRender(System.Web.UI.HtmlTextWriter) method is used primarily by control developers to insert the appropriate attributes and styles into the System.Web.UI.HtmlTextWriter output stream for a System.Web.UI.WebControls.BulletedList control.

Requirements

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