Asp.net使用HttpUtility.HtmlEncode

时间:2017-10-30 08:18:27

标签: c# asp.net search character-encoding urlencode

我正在使用此代码进行搜索。

Response.Redirect("/Search/" + HttpUtility.HtmlEncode(txtAra.Text));

使用

解码参数
HttpUtility.HtmlDecode(Request.QueryString["tag"]) 

例如,我写“Ahşap”文本框并重定向。 然后在搜索页面HttpUtility.HtmlDecode(Request.QueryString["tag"]) 上 返回像“ahÅap” 我该如何解决这个问题?

1 个答案:

答案 0 :(得分:0)

我用这种方式解决了问题。

Decrypt and Encrypt