summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page
blob: 0c9da909079c5a843b2b953d31f8b985f0444d54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<com:TContent ID="body">

<h1>TLiteral Sample</h1>

<p>
<com:TLiteral Text="This is a piece of unencoded text." />
</p>

<p>
<com:TLiteral Text="This is a piece of encoded <a>text</a>." Encode="true"/>
</p>

<div class="last-modified">$Id$</div></com:TContent>