Multiple choice technology web technology

Which of the folowing attributes of @Page directive references code-behind file with which the page is associated?

  1. CodeFile

  2. CodePage

  3. ClassName

  4. Description

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

The CodeFile attribute in the @Page directive specifies the path to the code-behind file associated with the page. CodePage sets character encoding, ClassName defines the class name, and Description provides documentation. Despite the typo 'folowing,' the question correctly identifies CodeFile as the code-behind reference.