IControlBuilderAccessor Interface
.NET Framework 2.0
Allows the control serializer to get to the builder for a control.
Namespace: System.Web.UI
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
The IControlBuilderAccessor interface defines the property a control must implement to allow a control serializer to access the control's builder. Control implements this interface, so all controls deriving from Control have an implementation of this property.
- AspNetHostingPermission for operating in a hosted environment. Associated enumeration: Minimal
Show: