HtmlTableRow::RenderChildren Method (HtmlTextWriter^)
.NET Framework (current version)
Renders the HtmlTableRow control's child controls to the specified HtmlTextWriter object.
Assembly: System.Web (in System.Web.dll)
Parameters
- writer
-
Type:
System.Web.UI::HtmlTextWriter^
The HtmlTextWriter object that receives the rendered content.
The RenderChildren method provides additional formatting before and after calling the base class's RenderChildren method. The additional formatting makes the HtmlTableRow control's rendered HTML easier to read by adding a line return and indenting before rendering the HtmlTableRow control's child objects.
The RenderChildren 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: