0

How can I check what content has been sent by or buffered into a Response in my HttpModule?

1 Answer 1

5

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

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.