BulletedList::RenderContents Method (HtmlTextWriter^)

 

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)

public protected:
virtual void RenderContents(
	HtmlTextWriter^ writer
) override

Parameters

writer
Type: System.Web.UI::HtmlTextWriter^

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

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

.NET Framework
Available since 2.0
Return to top
Show: