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

C# Json格式

时间:2014-12-19 11:53:17      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:http   ar   io   sp   on   bs   tt   new   nbsp   

using LitJson;

//自定义Json类

JsonDataResult jsondata = new JsonDataResult() { Success = false };

 

HttpContext.Current.Response.Write(JsonMapper.ToJson(jsondata));
HttpContext.Current.Response.ContentType = "application/json";
HttpContext.Current.Response.End();

C# Json格式

标签:http   ar   io   sp   on   bs   tt   new   nbsp   

原文地址:http://www.cnblogs.com/sunzhenyong/p/4173212.html

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