All Web forms in ASP.NET inherit from the Page class, which is the base class that provides core functionality for server-side processing, rendering, and lifecycle management. The Page class is part of the System.Web.UI namespace and serves as the foundation for all web pages. Master Pages inherit from Page, not the other way around.