HtmlTextWriter::Flush Method ()
.NET Framework (current version)
Clears all buffers for the current HtmlTextWriter object and causes any buffered data to be written to the output stream.
Assembly: System.Web (in System.Web.dll)
The HtmlTextWriter class implementation of the Flush method just calls the Flush base method.
.NET Framework
Available since 1.1
Available since 1.1
Show: