I need to catch the HTML of a ASP.NET just before it is being sent to the client in order to do last minute string manipulations on it, and then send the modified version to the client.
E.G.
The Page is loaded Every control has been rendered correctly The Full html of the page is ready to be transfered back to the client
Is there a way to that in ASP.NET