संपादित करें

इसके माध्यम से साझा किया गया


HtmlTextWriter.Flush Method

Definition

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

public:
 override void Flush();
public override void Flush ();
override this.Flush : unit -> unit
Public Overrides Sub Flush ()

Remarks

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

Applies to

See also