A
Anders Both
If I receive a query string on the server that contains escaped char´s like
this:
text=%20asadfdsf%20%C6%D8%C5%20%E6%F8%E5%20AAA
How can I then get the NameValueCollection where the escaped value´s are not
exchanged (unescaped).
If i do like this Request.QueryString["text"] I dont get the content that
you see above, but the server try's to exchange the % stuff into something
else.
Best Regards
this:
text=%20asadfdsf%20%C6%D8%C5%20%E6%F8%E5%20AAA
How can I then get the NameValueCollection where the escaped value´s are not
exchanged (unescaped).
If i do like this Request.QueryString["text"] I dont get the content that
you see above, but the server try's to exchange the % stuff into something
else.
Best Regards