ObjectTagBuilder.AppendSubBuilder Method (ControlBuilder)

 

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

Adds builders to the ObjectTagBuilder object for any child controls that belong to the container control.

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

Public Overrides Sub AppendSubBuilder (
	subBuilder As ControlBuilder
)

Parameters

subBuilder
Type: System.Web.UI.ControlBuilder

The ControlBuilder assigned to the child control.

.NET Framework
Available since 1.1
Return to top
Show: