码迷,mamicode.com
首页 > Windows程序 > 详细

C#WebAPI返回json去掉双引号前面的反斜杠

时间:2018-04-04 15:15:05      阅读:289      评论:0      收藏:0      [点我收藏+]

标签:body   message   ica   web   ati   是你   json   sage   utf-8   

 
string str="{\"msgType\":1001,\"msgstring\":\"信息\"}";//这里是你的json带有反斜杠的
HttpResponseMessage result = new HttpResponseMessage { Content = new StringContent(str, Encoding.GetEncoding("UTF-8"), "application/json") };//这里是去掉反斜杠再放回出去,json就只剩下双引号。
            return result;

C#WebAPI返回json去掉双引号前面的反斜杠

标签:body   message   ica   web   ati   是你   json   sage   utf-8   

原文地址:https://www.cnblogs.com/taozihua/p/8716362.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!