Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

HtmlTextWriter::Flush Method ()

 

Clears all buffers for the current HtmlTextWriter object and causes any buffered data to be written to the output stream.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public:
virtual void Flush() override

The HtmlTextWriter class implementation of the Flush method just calls the Flush base method.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft