This documentation is archived and is not being maintained.
PlaceHolderControlBuilder Class
.NET Framework 1.1
Interacts with the parser to build a PlaceHolder control.
For a list of all members of this type, see PlaceHolderControlBuilder Members.
System.Object
System.Web.UI.ControlBuilder
System.Web.UI.WebControls.PlaceHolderControlBuilder
[Visual Basic] Public Class PlaceHolderControlBuilder Inherits ControlBuilder [C#] public class PlaceHolderControlBuilder : ControlBuilder [C++] public __gc class PlaceHolderControlBuilder : public ControlBuilder [JScript] public class PlaceHolderControlBuilder 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 PlaceHolder 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
PlaceHolderControlBuilder Members | System.Web.UI.WebControls Namespace
Show: