ASPX That Returns An Image - Output Cache-able?

前端 未结 3 1329
再見小時候
再見小時候 2021-02-09 18:57

Greetings!

I\'ve created an APSX web form that returns a remote image based on some supplied parameters. It can be used like this:



        
3条回答
  •  无人共我
    2021-02-09 19:13

    Use an ASHX generic handler and use the HttpRuntimeCache (Cache object) to do the job as Codebrain said. It will be faster and WAY more flexible.

提交回复
热议问题