Which class serves as the fundamental base for all Web forms?
Explanation
The Page Class is the primary base class from which all Web forms derive their properties and methods. Master Page is used for layout templates, Session Class manages user sessions, and the other options do not serve as base classes for Web forms.