Click or drag to resize

ResponseWrite Method (Object)

Writes the specified object to the response stream

Namespace:  Dynamicweb.Environment.Web
Assembly:  Dynamicweb.Environment.Web (in Dynamicweb.Environment.Web.dll) Version: 3.2.1
Syntax
public void Write(
	Object value
)

Parameters

value
Type: SystemObject
The object to write to the HTTP response output stream

Implements

IResponseWrite(Object)
See Also