显示图像 MHTML

发布于 2024-11-19 09:48:06 字数 396 浏览 3 评论 0原文

我有一个 MHTML 字节数组。当我在 Page_Load 事件中执行 Response.BinaryWrite 时,它​​显示正常。当我在按钮单击事件中执行相同操作时,图像不会显示。我查看了每种情况下的 HTTP 标头,只看到按钮单击事件具有以下附加标头:

Referer: http: //本地主机:41757/Default2.aspx 内容类型:application/x-www-form-urlencoded 内容长度:615 缓存控制:无缓存

这些是否会导致问题?我尝试执行 Response.Clear 和 Response.ClearHeaders,但图像仍然没有显示。

谢谢。

I have a byte array of MHTML. When I do a Response.BinaryWrite in the Page_Load event, it displays fine. When I do the same in a button click event, the images do not display. I looked at the HTTP Headers in each case and only see that the button click event has the following additional headers:

Referer: http://localhost:41757/Default2.aspx
Content-Type: application/x-www-form-urlencoded
Content-Length: 615
Cache-Control: no-cache

Could any of these cause the issue? I tried doing a Response.Clear and Response.ClearHeaders, but the images still didn't display.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文