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
)
Public Sub New (
g As IGraph,
writer As TextWriter
)
Parameters
- g
- Type: VDS.RDFIGraph
Graph. - writer
- Type: System.IOTextWriter
Text Writer.
See Also