Can you remove response filters?

Posted by rushonerok on Stack Overflow See other posts from Stack Overflow or by rushonerok
Published on 2010-03-02T17:18:44Z Indexed on 2010/03/20 6:01 UTC
Read the original article Hit count: 373

Filed under:
|
|
|

I have an HttpModule where I lookup the content type and then apply some filters to the response. There are some instances where I don't want to apply one of these filters but that isn't determined until the page_load event later on. Is there any way to remove a filter??

© Stack Overflow or respective owner

Related posts about response

Related posts about filtering