TableHeaderCell::AddAttributesToRender Method (HtmlTextWriter^)

 

Applies attributes to render to the TableHeaderCell control.

Namespace:   System.Web.UI.WebControls
Assembly:  System.Web (in System.Web.dll)

protected:
virtual void AddAttributesToRender(
	HtmlTextWriter^ writer
) override

Parameters

writer
Type: System.Web.UI::HtmlTextWriter^

An HtmlTextWriter that receives the rendered content.

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.

.NET Framework
Available since 2.0
Return to top
Show: