Class HtmlWriterContext
Writer Context for XHTML+RDFa Writers.
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: VDS.RDF.Writing.Contexts
Assembly: dotNetRdf.dll
Syntax
public class HtmlWriterContext : BaseWriterContext, IWriterContext
Constructors
| Improve this Doc View SourceHtmlWriterContext(IGraph, TextWriter)
Creates a new HTML Writer Context.
Declaration
public HtmlWriterContext(IGraph g, TextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
IGraph | g | Graph. |
System.IO.TextWriter | writer | Text Writer. |
Properties
| Improve this Doc View SourceHtmlWriter
HTML Writer to use.
Declaration
public HtmlTextWriter HtmlWriter { get; }
Property Value
Type | Description |
---|---|
HtmlTextWriter |