summaryrefslogtreecommitdiff
path: root/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page
diff options
context:
space:
mode:
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page')
-rw-r--r--demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page13
1 files changed, 13 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page
new file mode 100644
index 00000000..118d1627
--- /dev/null
+++ b/demos/quickstart/protected/pages/Controls/Samples/TLiteral/Home.page
@@ -0,0 +1,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> \ No newline at end of file