System.Web.UI.HtmlTextWriter.WriteLine Method

Writes any pending tab spacing and a subarray of Unicode characters, followed by a line terminator string, to the output stream.

Syntax

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

Parameters

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

Remarks

The default line terminator string is a carriage return followed by a line feed ("\r\n"). The erload:System.IO.TextWriter.WriteLine base method is used to write the value parameter.

Requirements

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