CompiledTemplateBuilder

CompiledTemplateBuilder

System.Web.UI (system.web.dll)sealed class

This utility class is used exclusively by the ASP.NET framework when generating controls. It is not used in your code.

public sealed class CompiledTemplateBuilder : ITemplate {
// Public Constructors
   public CompiledTemplateBuilder(BuildTemplateMethod buildTemplateMethod);
// Public Instance Methods
   public void InstantiateIn(Control container);                // implements ITemplate
}


    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace