BindableTemplateBuilder.OnAppendToParentBuilder Method (ControlBuilder)
.NET Framework (current version)
Notifies the BindableTemplateBuilder object that it is being added to a parent control builder.
Assembly: System.Web (in System.Web.dll)
Parameters
- parentBuilder
-
Type:
System.Web.UI.ControlBuilder
The BindableTemplateBuilder to which to add the current builder.
If the data-bound control includes templated content that support two-way data-binding, the OnAppendToParentBuilder method, in addition to calling the ControlBuilder.OnAppendToParentBuilder method of the base class, also creates an instance of the ExtractTemplateValuesMethod delegate.
.NET Framework
Available since 2.0
Available since 2.0
Show: