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去掉雙引號前面的反斜線
本文章原先以中文撰寫並發佈於 aliyun.com,亦設英文版本,僅作資訊用途。本網站不對文章的準確性,完整性或可靠性或其任何翻譯作出任何明示或暗示的陳述或保證。如對該文章有任何疑慮或投訴,請傳送電郵至 [email protected] 並提供相關疑慮或投訴的詳細說明。職員會於 5 個工作天內與您聯絡,一經驗證之後,即會刪除該侵權內容。