Click or drag to resize
IResponseWrite Method
Writes the specified string to the HTTP response output stream.

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax
C#
void Write(
	string content
)

Parameters

content
Type: SystemString
The string to write to the HTTP output stream.
See Also