gpt4 book ai didi

c# - 在 ASP.NET C# 中将 byte[] 流式传输到图像

转载 作者:太空狗 更新时间:2023-10-29 23:19:29 24 4
gpt4 key购买 nike

我在我的 SQL Server 数据库中存储了一个图像,该数据库与我一次检索的所有用户数据一起存储。

现在我在要显示的页面上直接有了 byte[]。如何将它放入我的 WebControls.Image 中?我不想调用 HttpHandler 并再次调用数据库。

这显然只是将它输出到整个页面。

            Context.Response.BinaryWrite(user.Picture.ToArray());

最佳答案

如果它是一个小图像,您可以将其作为 base64 编码数据输出到图像标签中。 See here for a similar situation .

但是在 99.9% 的情况下,您会创建一个返回图像的 HttpHandler。我认为这是最简单、最快的方法。

关于c# - 在 ASP.NET C# 中将 byte[] 流式传输到图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1346519/

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