开发者

How can I get the http response body before sending to the browser?

开发者 https://www.devze.com 2022-12-31 14:43 出处:网络
Is there any way I can get the body of a Response object back before it\'s sent down to the browser? I\'d like to do something on Page_LoadComplete to get the current response of what\'s about to be

Is there any way I can get the body of a Response object back before it's sent down to the browser?

I'd like to do something on Page_LoadComplete to get the current response of what's about to be written to the page so I can do som开发者_运维知识库ething with it.


Look at the Response.Filter property.


Fiddler is your friend.

0

精彩评论

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