YouTip LogoYouTip

Met Flush

# ASP Flush Method * * Complete Response Object Reference](#) * * * The Flush method sends the cached HTML output to the browser immediately. **Note:** If response.Buffer is false, this method will cause a run-time error. ### Syntax Response.Flush ### Example

I write some text, but I will control when the text will be sent to the browser.

The text is not sent yet. I hold it back!

OK, let it go!

Output: I write some text, but I will control when the text will be sent to the browser. The text is not sent yet. I hold it back! OK, let it go! * * Complete Response Object Reference](#)
← Met RedirectMet End β†’