HtmlTableRowBuilder Class
[Note: This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.] Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Interacts with the parser to build HtmlTableRow controls.
Assembly: System.Web (in System.Web.dll)
The HtmlTableRowBuilder causes the parser to ignore inner text if it is completely made up of white space characters because the AllowWhitespaceLiterals property always returns false.
Notes to Inheritors:To create a custom control builder for an HtmlTableRowBuilder derived controls, you must inherit from this class.