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