Response.ContentType="Application/pdf";   
  string   FilePath=MapPath("aaaa.pdf");   
  Response.WriteFile(FilePath);   
  Response.End();
- 本文标题: Web 在线打开word pdf等文档 ASP.NET
- 文章分类:【.NET/Web】
- 非特殊说明,本文版权归【胡同里的砖头】个人博客 所有,转载请注明出处.
- 上一篇:TreeView 控件使用 ASP.NET
- 下一篇: 如何获得外网IP地址 ASP.NET