首页 > 代码库 > ie下json会提示下载的解决方案

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

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

return new JsonResult() { ContentType = "text/html", Data = result };