HtmlTableRow::RenderEndTag Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the HtmlTableRow control's end tag.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The HtmlTextWriter object that receives the rendered content.
The RenderEndTag method provides additional formatting after calling the base class's RenderEndTag method. The added formatting makes the HtmlTableRow control's rendered HTML easier to read by adding a line return after the closing <tr> tag.
The RenderEndTag method is used primarily by control developers extending the functionality of the HtmlTableRow control.
.NET Framework
Available since 1.1
Available since 1.1
Show: