System.Web.UI.HtmlTextWriter.Flush Method

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

Syntax

public override void Flush ()

Remarks

The System.Web.UI.HtmlTextWriter class implementation of the HtmlTextWriter.Flush method just calls the System.IO.TextWriter.Flush base method.

Requirements

Namespace: System.Web.UI
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0