开发者

how to convert the parameter to pass through http

I have russian word привет browser as it converts ïðèâåò.

I use Ht开发者_运维问答tpUtility.UrlDecode(str)

But this not helped.


Try HttpUtility.UrlEncode(str) instead. You encode a string to transmit it via http; you decode it to display it in its original form.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜