summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page
blob: 118d1627c0a10993dbf974d25b330e7ebed17f9b (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>

</com:TContent>