Multiple choice technology programming languages

Which of the page directive defines the class or virtual path used to type the Master property of a page?

  1. @MasterType

  2. @MasterPage

  3. @Master

  4. @MasterPath

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

The @MasterType directive specifies the virtual path or strong type of the master page, enabling strongly-typed access to the master page from content pages. This allows code like Master.PropertyName instead of having to cast Master.Page to the specific type.