码迷,mamicode.com
首页 > Web开发 > 详细

MVC中的Controller中返回一个JsonResult在弹出一个下载框?

时间:2014-12-02 17:15:51      阅读:400      评论:0      收藏:0      [点我收藏+]

标签:style   blog   ar   color   sp   on   div   问题   log   

 

 

        public JsonResult ReturnTest()
        {
            return Json(new {myMsg ="hello world"}, "text/html; charset=UTF-8"); //没问题
            //return Json(new { myMsg = "hello world" }, "text/json; charset=UTF-8"); //firefox下JSON提示另存为
            //return Json(new { myMsg = "hello world" }); //IE下JSON提示另存为
        }

 

MVC中的Controller中返回一个JsonResult在弹出一个下载框?

标签:style   blog   ar   color   sp   on   div   问题   log   

原文地址:http://www.cnblogs.com/easy5weikai/p/4137832.html

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