ASP.net 1.1 是否支持通用 HttpHandler?

发布于 2024-08-28 17:53:56 字数 140 浏览 1 评论 0原文

我需要从 SQL Server 获取图像作为 byte[],并将其加载到 WebControl.Image。我发现唯一看似不错的方法是实现 IHttpHandler 并相应地处理请求。

但我坚持使用 asp.net 1.1。它支持 ashx 文件吗?

I need to get an image from a SQL Server as a byte[], and load it to a WebControl.Image. The only seemingly good way to do it that I found is to implement IHttpHandler and handle the request accordingly.

But I'm stuck to using asp.net 1.1. Does it support ashx files?

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

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

鲸落 2024-09-04 17:53:56

.NET 4 支持 IHttpHandler 接口, 3.5、3.0、2.0、1.1、1.0。

The IHttpHandler interface is supported in .NET 4, 3.5, 3.0, 2.0, 1.1, 1.0.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文