CompiledTemplateBuilder(BuildTemplateMethod) Constructor

Definition

Initializes a new instance of the CompiledTemplateBuilder class.

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

public:
 CompiledTemplateBuilder(System::Web::UI::BuildTemplateMethod ^ buildTemplateMethod);
public CompiledTemplateBuilder (System.Web.UI.BuildTemplateMethod buildTemplateMethod);
new System.Web.UI.CompiledTemplateBuilder : System.Web.UI.BuildTemplateMethod -> System.Web.UI.CompiledTemplateBuilder
Public Sub New (buildTemplateMethod As BuildTemplateMethod)

Parameters

buildTemplateMethod
BuildTemplateMethod

A delegate used to handle the InstantiateIn(Control) method call.

Remarks

This constructor is used internally by ASP.NET to create a new instance of the CompiledTemplateBuilder class. It is not meant to be used directly in your code.

Applies to

See also