#page directive
Controls page behaviour
<%#page layout=<filename> trace="yes|no" implements=<classname> inherits=<baseclass> %>
#region directive
Controls display of code in the source code editor
<%#region <your text>%> <%#end%>
@(...) inline expression
Defines an inline expression with implicit output to the current section
@(<expression>)
CxpAbstractPage()
Class
This class implements the core features for any <CXP/> page created by the CxcBuilder.