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

Posted by 2GDave on Stack Overflow See other posts from Stack Overflow or by 2GDave
Published on 2010-05-17T19:51:48Z Indexed on 2010/05/17 20:00 UTC
Read the original article Hit count: 173

Filed under:
|
|

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 something with it.

© Stack Overflow or respective owner

Related posts about .NET

Related posts about response