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.
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.