blob: 87932680f2c78d7e065bb98107ec5ece6b34d18b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<com:TContent ID="Content">
<h1>Problem with TUrlMapping and urlencoding</h1>
Enter a string with spaces that will be used as URL parameter
<com:TTextBox ID="Text" />
<com:TButton Text="Perform redirect" OnClick="processString" />
<br />
Decoded String:
<com:TLabel ID="Result" />
</com:TContent>
|