noshade="true" align="left" color="black">| System.Web.UI.WebControls (system.web.dll) | class |
The ASP.NET parser uses this class to generate HTML for any
TableCell controls on a requested Web Forms page.
You will not need to use this class directly in application code.public class TableCellControlBuilder : System.Web.UI.ControlBuilder {
// Public Constructors
public TableCellControlBuilder ( );
// Public Instance Methods
public override bool AllowWhitespaceLiterals ( ); // overrides System.Web.UI.ControlBuilder
}
Hierarchy
System.Object 
System.Web.UI.ControlBuilder
TableCellControlBuilder