Page class.
In ASP.NET, all web forms are inherited from the System.Web.UI.Page
class. This class provides the fundamental framework for handling web requests and rendering HTML output. It contains methods and properties that are essential for managing the lifecycle of a web page, handling events, and interacting with the server-side code.