This documentation is archived and is not being maintained.
LiteralControlBuilder.AppendSubBuilder Method
.NET Framework 1.1
Adds the builders of all child controls associated with the Literal control to the specified System.Web.UI.ControlBuilder object.
[Visual Basic] Overrides Public Sub AppendSubBuilder( _ ByVal subBuilder As ControlBuilder _ ) [C#] public override void AppendSubBuilder( ControlBuilder subBuilder ); [C++] public: void AppendSubBuilder( ControlBuilder* subBuilder ); [JScript] public override function AppendSubBuilder( subBuilder : ControlBuilder );
Parameters
- subBuilder
- The System.Web.UI.ControlBuilder object to add the child control builders to.
Exceptions
| Exception Type | Condition |
|---|---|
| HttpException | An attempt is made to use this method. |
Remarks
CAUTION Do not attempt to use this method. This method is inherited from the System.Web.UI.ControlBuilder class and is not applicable to the LiteralControlBuilder. It has been overridden to always throw an exception.
Requirements
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
See Also
LiteralControlBuilder Class | LiteralControlBuilder Members | System.Web.UI.WebControls Namespace | ControlBuilder.AppendSubBuilder | System.Web.UI.ControlBuilder
Show: