ie下json会提示下载的解决方案

返回的JsonResult里面,定义ContentType="text/html"

return new JsonResult() { ContentType = "text/html", Data = result };
posted @ 2014-08-20 18:25  本杰明·喝茶  阅读(321)  评论(0)    收藏  举报