Click or drag to resize

BndLkupBRender Method

Overrides the standard render in order to perform some last-minute tweaks to the HTML.

Namespace:  NetQuarry.WebControls
Assembly:  EAP.WebControls (in EAP.WebControls.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected override void Render(
	HtmlTextWriter writer
)

Parameters

writer
Type: System.Web.UIHtmlTextWriter
The text writer.
See Also