显示图像 MHTML
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论