<%@ Page attribute="value" [attribute="value"...] %>
<%@ Control attribute="value" [attribute="value" ... ] %>
<%@ Import namespace="value" %>
<%@ Implements interface="ValidInterfaceName" %>
<%@ Register tagprefix="tag1" namespace="MyNamespace1" assembly="Mycompany.namespace.control/>
<%@ Assembly Name="assemblyname" %>
<%@ OutputCache Duration="#ofseconds" ....
<%@ Reference Page="path to .aspx page" Control="path to .ascx file" virtualPath="path to file" %>
<%@ Master attribute="value" [attribute="value"...] %>
<%@ PreviousPageType attribute="value" [attribute="value"...] %>
<%@ MasterType attribute="value" [attribute="value"...] %>
<%@ WebHandler attribute="value" [attribute="value"...] %>