| System.Web.UI (system.web.dll) | sealed class |
This class is used by the .NET framework, not directly by your own code. public sealed class RootBuilder : TemplateBuilder { // Public Constructors public RootBuilder(TemplateParser parser); // Public Instance Methods public override Type GetChildControlType(string tagName, System.Collections.IDictionary attribs);// overrides ControlBuilder } Hierarchy System.Object ControlBuilder TemplateBuilder(ITemplate) RootBuilder |