How to change markup in ASP.NET without using a response filter

Since ASP.NET response filtering and post caching are not compatible, I need an alternative way to filter output. Link: http://support.microsoft.com/kb/2014472

Is there a way to change the markup without using a response filter?

+5
source share
1 answer

Here is the official answer from MS Dev Support on this issue.

Question:
What is the alternative to filtering responses in ASP.NET to change the HTML displayed by another process when:
1. Another process cannot be changed
2. Subheading support must be supported

:
" , , , , . Post-cache , ( ) , .

Microsoft .

+3

All Articles