Renders the control to the specified HTML writer.

C# | Visual Basic |
protected override void Render( HtmlTextWriter writer )
Protected Overrides Sub Render ( _ writer As HtmlTextWriter _ )

- writer (HtmlTextWriter)
- The HtmlTextWriter object that receives the control content.