Click or drag to resize

HtmlWriterContext Constructor

Creates a new HTML Writer Context.

Namespace:  VDS.RDF.Writing.Contexts
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public HtmlWriterContext(
	IGraph g,
	TextWriter writer
)

Parameters

g
Type: VDS.RDFIGraph
Graph.
writer
Type: System.IOTextWriter
Text Writer.
See Also