Click or drag to resize

ResponseWrite Method (String)

Writes the specified string to the response output string

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

Parameters

value
Type: SystemString
The string to write to the HTTP response output stream

Implements

IResponseWrite(String)
See Also