Click or drag to resize

ResponseWrite Method (Char)

Writes a character to an Response output stream

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

Parameters

value
Type: SystemChar
The character to write to the HTTP response output stream

Implements

IResponseWrite(Char)
See Also