| 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
)
Public Sub Write (
value As Object
)
Parameters
- value
- Type: SystemObject
The object to write to the HTTP response output stream
Implements
IResponseWrite(Object)See Also