Reputation: 1
I want to replace commented html token with text in httpmodule endrequest. How to get the page html in httpmodule?
Upvotes: 0
Views: 1593
Reputation: 32323
You could use HttpResponse.Filter
for this:
This property gets or sets a wrapping filter object that is used to modify the HTTP entity body before transmission.
Here are several articles which could help you with this:
Upvotes: 4