TableHeaderCell::AddAttributesToRender Method (HtmlTextWriter^)
.NET Framework (current version)
Applies attributes to render to the TableHeaderCell control.
Assembly: System.Web (in System.Web.dll)
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
Available since 2.0
Show: