Writes the specified string to the HTTP response output stream.
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 12.0.0
Syntax void Write(
string content
)
Parameters
- content
- Type: SystemString
The string to write to the HTTP output stream.
See Also