WebApi中直接返回json字符串的方法
發布時間:2017-09-27 09:32
作者:獨孤劍
閱讀:971
[HttpPost]
public HttpResponseMessage Create()
{
string json = "{\"status\":\"success\"}";
return new HttpResponseMessage { Content = new StringContent(json, System.Text.Encoding.UTF8, "application/json") };
}
微信打賞, 微信掃一掃
支付寶打賞, 支付寶掃一掃
如果文章對您有幫助,歡迎給作者打賞