System.Web.UI.HtmlTextWriter.Write Method

Writes the text representation of a subarray of Unicode characters to the output stream, along with any pending tab spacing.

Syntax

public override void Write (char[] buffer, int index, int count)

Parameters

buffer
The array of characters from which to write text to the output stream.
index
The index location in the array where writing begins.
count
The number of characters to write to the output stream.

Remarks

The HtmlTextWriter.Write(Char[], int, int) method generates any tabs that are pending, and then calls the erload:System.IO.TextWriter.Write base method.

Requirements

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