Multiple choice technology web technology

What namespaces does the Web Page belong in the .NET Framework class hierarchy?

  1. System.Web.Control

  2. System.Web.RootBuilder

  3. System.Web.UserControl

  4. System.Web.UI.Page

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

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.