CompiledBindableTemplateBuilder Constructor (BuildTemplateMethod, ExtractTemplateValuesMethod)
.NET Framework (current version)
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.
Assembly: System.Web (in System.Web.dll)
Public Sub New ( buildTemplateMethod As BuildTemplateMethod, extractTemplateValuesMethod As ExtractTemplateValuesMethod )
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
Available since 2.0
Show: