CompiledTemplateBuilder(BuildTemplateMethod) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.