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


Before returning to the browser, can I get back the body of a response object?

I want to do something about completing page_load to get the current response to the page written on the page so that I can do something with it.

look at the property.


Comments