Appendix B. Object Model for Common Classes

This appendix lists the public and protected members of the core classes related to control authoring.

System.Web.UI.Control

public class Control : IComponent, IParserAccessor { public Control(); // Reference to parent controls in the control tree public virtual Page Page { get; set; } public virtual Control Parent { get; } public Control BindingContainer { get; } public virtual Control NamingContainer { get; } // Identification within the control tree public virtual string ClientID { get; } public virtual string ID { get; set; } public virtual string UniqueID { get; } // References to child controls in the control tree protected bool ChildControlsCreated { get; set; } public virtual ControlCollection ...

Get Developing Microsoft® ASP.NET Server Controls and Components now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.