How to get raw HTML response before it's sent to the client?
-
I've Googled this question to death but can't seem to find an answer, but how can I get hold the the raw html response just before it gets sent to the client? The idea being that I want to do something with the final rendered HTML then send it to the client browser, such as compact it, or transform it with an XSLT etc. Can I also do the same thing with css style sheet files and JavaScript files?
Dominic Pettifer Blog: www.dominicpettifer.co.uk
-
I've Googled this question to death but can't seem to find an answer, but how can I get hold the the raw html response just before it gets sent to the client? The idea being that I want to do something with the final rendered HTML then send it to the client browser, such as compact it, or transform it with an XSLT etc. Can I also do the same thing with css style sheet files and JavaScript files?
Dominic Pettifer Blog: www.dominicpettifer.co.uk
See how Scott Mitchell emails the rendered output. as for the css have the css text file points to an aspx instead of a css. key words to search for "Stream Render Response" clickity http://aspnet.4guysfromrolla.com/articles/091102-1.aspx[^] Cheers.
/* Ghazi Hadi Al Wadi, PMP, ASQ SSGB, DBA */