Mono Class Library: System.Web.HttpResponse Overview | Members

System.Web.HttpResponse.Write Method

Writes the object to the HTTP response stream.

public void Write (object obj)

Parameters

obj
The object to write out.

Remarks

This will invoke object.ToString() method and then write the result to the output stream using the current encoding.

Requirements

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