CompiledTemplateBuilder Class

Definition

An ITemplate implementation that is called from the generated page class code. This class cannot be inherited.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class CompiledTemplateBuilder sealed : System::Web::UI::ITemplate
public sealed class CompiledTemplateBuilder : System.Web.UI.ITemplate
type CompiledTemplateBuilder = class
    interface ITemplate
Public NotInheritable Class CompiledTemplateBuilder
Implements ITemplate
Inheritance
CompiledTemplateBuilder
Implements

Remarks

The CompiledTemplateBuilder class is used by ASP.NET to create a template for a templated control from the generated class code. It is not meant to be used directly in your code.

Constructors

CompiledTemplateBuilder(BuildTemplateMethod)

This API supports the product infrastructure and is not intended to be used directly from your code.

Initializes a new instance of the CompiledTemplateBuilder class.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
InstantiateIn(Control)

This API supports the product infrastructure and is not intended to be used directly from your code.

Populates the Control object with the child controls contained in the template.

MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also