来源:http://www.cnblogs.com/tengs2000/archive/2009/02/23/1396646.html

 

一、直接显示,使用的还是原页面的URL

1 Response.ContentType = "application/pdf";
2 Response.Clear();
3 Response.TransmitFile(@"SharePoint.pdf");
4 Response.End();
C# Code

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-29
  • 2022-12-23
  • 2022-12-23
  • 2021-12-06
  • 2021-12-28
猜你喜欢
  • 2021-12-17
  • 2021-11-18
  • 2022-01-16
  • 2021-11-28
  • 2022-12-23
  • 2021-11-13
  • 2021-05-15
相关资源
相似解决方案