This documentation is archived and is not being maintained.
LiteralControlBuilder Class
.NET Framework 1.1
Interacts with the parser to build a Literal control.
For a list of all members of this type, see LiteralControlBuilder Members.
System.Object
System.Web.UI.ControlBuilder
System.Web.UI.WebControls.LiteralControlBuilder
[Visual Basic] Public Class LiteralControlBuilder Inherits ControlBuilder [C#] public class LiteralControlBuilder : ControlBuilder [C++] public __gc class LiteralControlBuilder : public ControlBuilder [JScript] public class LiteralControlBuilder extends ControlBuilder
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Notes to Inheritors: To create a custom control builder for a Literal derived control, you need to inherit from this class.
Requirements
Namespace: System.Web.UI.WebControls
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Web (in System.Web.dll)
See Also
LiteralControlBuilder Members | System.Web.UI.WebControls Namespace
Show: