Click or drag to resize

ListGroupItemRender Method

Sends server control content to a provided HtmlTextWriter object, which writes the content to be rendered on the client.

Namespace:  Bootstrap.A11y
Assembly:  Bootstrap.A11y (in Bootstrap.A11y.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C#
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The HtmlTextWriter object that receives the server control content.
See Also