Click or drag to resize

IHttpProtocolResponse.Write Method

Writes a String to the response body.

Namespace:  VDS.RDF.Web
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
void Write(
	string data
)

Parameters

data
Type: System.String
Data to write.
See Also