System.Web.UI.HtmlTextWriter.WriteLine Method

Writes any pending tab spacing and a formatted string that contains the text representation of an object array, followed by a line terminator string, to the output stream.

Syntax

public override void WriteLine (string format, params object[] args)

Parameters

args
Documentation for this section has not yet been entered.
format
A string containing zero or more format items.

Remarks

The default line terminator string is a carriage return followed by a line feed ("\r\n"). The HtmlTextWriter.WriteLine(string, Object[]) method uses the same semantics as the string.Format(string, Object[]) method. The erload:System.IO.TextWriter.WriteLine base method is used to write the value method.

Requirements

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