Writes content to render on a client to the specified System.Web.UI.HtmlTextWriter object.
- writer
A System.Web.UI.HtmlTextWriter that contains the output stream to render on the client.
The HtmlControl.Render(System.Web.UI.HtmlTextWriter) method calls the HtmlControl.RenderBeginTag(System.Web.UI.HtmlTextWriter) method and passes the specified System.Web.UI.HtmlTextWriter control.