开发者

ASP.NET: HttpModule

开发者 https://www.devze.com 2022-12-11 12:40 出处:网络
How can I check what content has been开发者_开发知识库 sent by or buffered into a Response in my HttpModule?You look directly at the Response.OutputStream property maybe. If you wanted to actually mod

How can I check what content has been开发者_开发知识库 sent by or buffered into a Response in my HttpModule?


You look directly at the Response.OutputStream property maybe. If you wanted to actually modify the output, the best thing would be to write an implementation of stream and set it to Response.Filter

Good luck

0

精彩评论

暂无评论...
验证码 换一张
取 消