System.Web.UI.WebControls.TableStyle.AddAttributesToRender Method

Adds information about the background image, cell spacing, cell padding, gridlines, and alignment to the list of attributes to render.

Syntax

public override void AddAttributesToRender (System.Web.UI.HtmlTextWriter writer, WebControl owner)

Parameters

writer
The output stream that renders HTML content to the client.
owner
The control associated with the style.

Remarks

This method is primarily used by control developers.

Requirements

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