TableHeaderCell.AddAttributesToRender(HtmlTextWriter) Method

Definition

Applies attributes to render to the TableHeaderCell control.

protected:
 override void AddAttributesToRender(System::Web::UI::HtmlTextWriter ^ writer);
protected override void AddAttributesToRender (System.Web.UI.HtmlTextWriter writer);
override this.AddAttributesToRender : System.Web.UI.HtmlTextWriter -> unit
Protected Overrides Sub AddAttributesToRender (writer As HtmlTextWriter)

Parameters

writer
HtmlTextWriter

An HtmlTextWriter that receives the rendered content.

Remarks

The AddAttributesToRender method overrides the AddAttributesToRender method for the base class and, in addition to calling the base method, renders the Scope and AbbreviatedText properties to the scope and abbr attribute of HTML th element, respectively.

Applies to

See also