[原创]ASP.NET MVC链接地址的中文信息编码
- ASP.NET
- 2010-04-13
- 58热度
- 0评论
<%="/Systems/DealerSaleList?isNew=1&fromDate=" +
this.dealerCondition.ShopName + "&finishDate=" + this.dealerCondition.Service+"&dealerName=" +
System.Web.HttpUtility.UrlEncode(ds.DealerName, System.Text.Encoding.GetEncoding("UTF-8")) %>