June 2002
Intermediate to advanced
816 pages
28h 12m
English
Clear
Response.Clear( )
Clears the content of the current output stream.
None
The
Clear method clears all currently
buffered output, but does not clear the HTTP response headers. If
buffering of output is disabled by setting the BufferOutput property
to False, this method will not have any effect,
since it only clears buffered content. This behavior is different
from classic ASP, in which calling Clear when buffering is disabled
results in an error.
Read now
Unlock full access