Renders the HTML opening tag of the control to the specified writer. This method is used primarily by control developers.

C# | Visual Basic |
public override void RenderBeginTag( HtmlTextWriter writer )
Public Overrides Sub RenderBeginTag ( _ writer As HtmlTextWriter _ )

- writer (HtmlTextWriter)
- A HtmlTextWriter that represents the output stream to render HTML content on the client.