System.Web.UI.HtmlTextWriter.Write Method

Writes a formatted string that contains the text representation of two objects to the output stream, along with any pending tab spacing. This method uses the same semantics as the string.Format(string, object, object) method.

Syntax

public override void Write (string format, object arg0, object arg1)

Parameters

format
A string that contains zero or more format items.
arg0
An object to format.
arg1
An object to format.

Remarks

The HtmlTextWriter.Write(string, object, object) 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