Force browser to download PDF document instead of opening it

后端 未结 5 1601
太阳男子
太阳男子 2020-12-01 12:14

I want to make the browser download a PDF document from server instead of opening the file in browser itself. I am using C#.

Below is my sample code which I used. It

5条回答
  •  忘掉有多难
    2020-12-01 12:51

    They are almost same in most of the cases but there is a difference:

    Add Header will replace the previous entry with the same key

    Append header will not replace the key, rather will add another one.

提交回复
热议问题