标签: asp.net asp.net-mvc-3
打开在Chrome浏览器中部署后将在本地系统中打开的文档。 在打开同一文档时,在其他系统的chrome浏览器中显示错误:349
以下代码用于显示文档
Response.AddHeader(“Content-Disposition”,“inline; filename =”+ filePath); return File(filePath,“application / pdf”,originalFileName);
注意:所有场景中IE9中打开的文档