Which base class is inherited by default by an ASP.NET Web Form class?

Choose the correct answer

Explanation

The ASP.NET Web Form class automatically derives from the System.Web.UI.Page class, which provides the core functionality for web pages. The other options are incorrect namespaces or classes not used as the default base class.

Which base class is inherited by default by an ASP.N… — ASP.net | PakQuizHub