diff options
Diffstat (limited to 'demos/quickstart/protected/pages/Controls/Samples/TSafeHtml')
-rw-r--r-- | demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page b/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page index cb681709..bf5947f9 100644 --- a/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page +++ b/demos/quickstart/protected/pages/Controls/Samples/TSafeHtml/Home.page @@ -20,6 +20,14 @@ Safeguard the control rendering results: </com:TSafeHtml>
</td></tr>
+<tr><td class="samplenote">
+Safeguard and UTF-7 string:
+</td><td class="sampleaction">
+<com:TSafeHtml RepackUTF7="true" >
+ <com:TLiteral Text="+ADw-script+AD4-alert(document.location)+ADw-/script+AD4-" />
+</com:TSafeHtml>
+</td></tr>
+
</table>
</com:TContent>
|