- writer
- An System.Web.UI.HtmlTextWriter that represents the output stream to render HTML content on the client.
This method is used primarily by control developers when deriving a custom class from a System.Web.UI.WebControls.Table control.
The System.Web.UI.WebControls.Table control implements the Table.RenderContents(System.Web.UI.HtmlTextWriter) to render the Table.Rows of the table.