gpt4 book ai didi

c# - HTTP header 中内容处置的替代方案 (c#)

转载 作者:太空宇宙 更新时间:2023-11-03 16:57:25 24 4
gpt4 key购买 nike

Content-Disposition 是否有替代方案“attachment; filename=...”?

我正在发送一个动态流式 exe 文件,并希望浏览器在我开始发送时打开“另存为”或“运行”。

我正在使用 C# HttpResponseHeader 并希望使用其成员或 HttpWorkerRequest 成员。

谢谢,摩西

最佳答案

Content-Disposition 是让浏览器提示用户保存文件的正确方法。使用HttpResponse.AppendHeader() 添加header值,eg:

Response.AppendHeader("Content-Type", "...") 
Response.AppendHeader("Content-Disposition", "attachment; filename=...")

关于c# - HTTP header 中内容处置的替代方案 (c#),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1234136/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com