YouTip LogoYouTip

Met Clear

# ASP Clear Method * * Complete Response Object Reference](#) * * * The Clear method clears any buffered HTML output. **Note:** This method cannot clear the headers of the response, only the body. **Note:** If response.Buffer is false, this method will cause a run-time error. ### Syntax response.Clear ### Example

This is some text I want to send to the user.

No, I changed my mind. I want to clear the text.

Output: (nothing) * * Complete Response Object Reference](#)
← Met EndMet Binarywrite β†’