2016-05-12 53 views

回答

0

試試這個更簡單 Response.Clear();

string filePath = ur file path on the server like ~/123.pdf 

Response.contentType = "application/pdf"; 

Response.WriteFile(filePath); 
+0

請提供一些你的回答的解釋 – Mostafiz

+0

@Wais請編輯你現有的[答案](http://stackoverflow.com/a/37191392/296861),而不是創建一個新的答案。 – Win

+0

什麼是您的pdf文件的路徑像〜/ 123.pdf – Wais

相關問題