Click or drag to resize

HtmlWriterSave Method (IGraph, TextWriter, Boolean)

Save the Graph to the given Stream as an XHTML Table with embedded RDFa.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public void Save(
	IGraph g,
	TextWriter output,
	bool leaveOpen
)

Parameters

g
Type: VDS.RDFIGraph
Graph to save.
output
Type: System.IOTextWriter
Stream to save to.
leaveOpen
Type: SystemBoolean
Whether to leave output open after writing the graph.

Implements

IRdfWriterSave(IGraph, TextWriter, Boolean)
See Also