IControlBuilderAccessor.ControlBuilder Property
.NET Framework 2.0
Gets the control builder for this control.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
/** @property */ ControlBuilder get_ControlBuilder ()
function get ControlBuilder () : ControlBuilder
Not applicable.
Property Value
The ControlBuilder that built the control; otherwise, a null reference (Nothing in Visual Basic) if no builder was used.The ControlBuilder property allows a control serializer to access the builder that built the control that implements IControlBuilderAccessor.
Community Additions
ADD
Show: