Http module to directly edit output

  • Thread starter Thread starter Mike P2
  • Start date Start date
M

Mike P2

Hi. How can I automatically edit the output of an ASP.net application,
such as using regular expressions to replace repetitive whitespace
with one space, or add a comment to the end of the output? I'd like to
just add this as an http module in Web.config.

I've used IHttpModule to do some simple tasks, but I can't find a way
to directly access the output. What I'm looking for would be the
equivalent of an object buffer that feeds through a function in PHP.

Is there some special place in the chain of events of rendering a page
that I should be inserting this code into? Is IHttpModule the right
place to look?

Thanks,
Mike PII
 
Oops...sorry for the triple post, Google Groups told me there was an
error posting it so I tried again.

-Mike PII
 
Back
Top