CompiledBindableTemplateBuilder Constructor (BuildTemplateMethod, ExtractTemplateValuesMethod)

 

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

Initializes a new instance of the CompiledBindableTemplateBuilder class.

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

new : 
        buildTemplateMethod:BuildTemplateMethod *
        extractTemplateValuesMethod:ExtractTemplateValuesMethod -> CompiledBindableTemplateBuilder

Parameters

buildTemplateMethod
Type: System.Web.UI.BuildTemplateMethod

A delegate used to handle the InstantiateIn method call.

extractTemplateValuesMethod
Type: System.Web.UI.ExtractTemplateValuesMethod

A delegate used to handle the ExtractValues method call.

.NET Framework
Available since 2.0
Return to top
Show: