Multiple choice technology programming languages

What namespace does the webpage belong in the .net framework class hierarchy?

  1. System.web.control

  2. System.web.rootbuilder

  3. System.web.Usercontrol

  4. System.web.UIPage

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

Web pages in .NET framework belong to the System.Web.UI namespace hierarchy. The other options are incorrect namespace names that don't exist in the .NET Framework.