Click or drag to resize

HtmlWriter.Save 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.RDF.IGraph
Graph to save.
output
Type: System.IO.TextWriter
Stream to save to.
leaveOpen
Type: System.Boolean
Whether to leave output open after writing the graph.

Implements

IRdfWriter.Save(IGraph, TextWriter, Boolean)
See Also