HtmlTableBuilder 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 an HtmlTable control.
Assembly: System.Web (in System.Web.dll)
The HtmlTableBuilder 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 HtmlTable derived controls, you must inherit from this class.