Web Pages in the .NET Framework belong to the System.Web.UI.Page class, which is the base class for all ASP.NET page objects. System.Web.Control is for individual controls, System.Web.UserControl is for user controls, and RootBuilder is an internal parser class, not the page class hierarchy.