System.Web.UI.IControlBuilderAccessor

Allows the control serializer to get to the builder for a control.

See Also: IControlBuilderAccessor Members

Syntax

public interface IControlBuilderAccessor

Remarks

The System.Web.UI.IControlBuilderAccessor interface defines the property a control must implement to allow a control serializer to access the control's builder. System.Web.UI.Control implements this interface, so all controls deriving from System.Web.UI.Control have an implementation of this property.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0