Initializing Aspects with the ShortHand Syntax
Most Aspects have overloaded constructors where you can pass construct the
entire Aspect initially. Then it can be added directly to the Aspects collection
so that it all can be done with 1 line.
Markup (ASPX/.aspx)
1:
2:
3: <gaia:panel
4: id="zPanel"
5: runat="Server"
6: CssClass="panel">
7: </gaia:panel>
8:
9: