System.Web.UI.WebControls.Table.AddAttributesToRender Method

Adds HTML attributes and styles that need to be rendered to the specified System.Web.UI.HtmlTextWriter.

Syntax

protected override void AddAttributesToRender (System.Web.UI.HtmlTextWriter writer)

Parameters

writer
The output stream that renders HTML content to the client.

Remarks

This method is used primarily by control developers to insert the appropriate attributes and styles into the System.Web.UI.HtmlTextWriter output stream for a System.Web.UI.WebControls.Table control. This method overrides WebControl.AddAttributesToRender(System.Web.UI.HtmlTextWriter).

Requirements

Namespace: System.Web.UI.WebControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0