Multiple choice

Which of the following directives supports the inherits attribute that enables code to be removed from Global.asax and packaged in a separate DLL?

  1. The @ application directive

  2. The @ import directive

  3. The @ assembly directive

  4. ASPX

  5. Web form

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

This directive supports the inherits attribute that enables code to be removed from Global.asax and packaged in separate DLL.