CompiledBindableTemplateBuilder.InstantiateIn Method (Control)

 

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

Defines the Control object that child controls and templates belong to. These child controls are in turn defined within an inline template.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

Public Sub InstantiateIn (
	container As Control
)

Parameters

container
Type: System.Web.UI.Control

The Control to contain the controls that are created from the inline template.

The InstantiateIn method is the CompiledBindableTemplateBuilder class's implementation of the ITemplate.InstantiateIn(Control) method.

.NET Framework
Available since 2.0
Return to top
Show: