道格.net
從事資訊管理,程式設計與網路技術工作多年 喜歡新奇的事物,好奇是我的中心思想
2014年7月1日 星期二
C# How to Remove Back Slashes from JSON Response in Self Host ?
研究好久結果簡單的定義就解決了
public HttpResponseMessage meg()
{
string output="something";
return new HttpResponseMessage()
{
Content = new StringContent(output, System.Text.Encoding.UTF8, "application/json")
};
}
沒有留言:
張貼留言
較新的文章
較舊的文章
首頁
訂閱:
張貼留言 (Atom)
沒有留言:
張貼留言