System.Web.UI.HtmlTextWriter.Write Method

Writes a tab string and a formatted string to the output stream, using the same semantics as the string.Format(string, object) method, along with any pending tab spacing.

Syntax

public override void Write (string format, object arg0)

Parameters

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

Remarks

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