IHttpProtocolResponseWrite Method |
Writes a String to the response body.
Namespace:
VDS.RDF.Web
Assembly:
dotNetRDF (in dotNetRDF.dll) Version:
Syntax void Write(
string data
)
Sub Write (
data As String
)
Parameters
- data
- Type: SystemString
Data to write.
See Also