• User Guide
  • API Documentation
  • Developer Guide
  • Support
  • API Documentation
Show / Hide Table of Contents

Class HtmlWriterContext

Writer Context for XHTML+RDFa Writers.

Inheritance
object
BaseWriterContext
HtmlWriterContext
Implements
IWriterContext
Inherited Members
BaseWriterContext._compressionLevel
BaseWriterContext._uriFormatter
BaseWriterContext.Graph
BaseWriterContext.Output
BaseWriterContext.QNameMapper
BaseWriterContext.CompressionLevel
BaseWriterContext.PrettyPrint
BaseWriterContext.HighSpeedModePermitted
BaseWriterContext.NodeFormatter
BaseWriterContext.UriFormatter
BaseWriterContext.UriFactory
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

| Edit this page View Source

HtmlWriterContext(IGraph, TextWriter)

Creates a new HTML Writer Context.

Declaration
public HtmlWriterContext(IGraph g, TextWriter writer)
Parameters
Type Name Description
IGraph g

Graph.

TextWriter writer

Text Writer.

Properties

| Edit this page View Source

HtmlWriter

HTML Writer to use.

Declaration
public HtmlTextWriter HtmlWriter { get; }
Property Value
Type Description
HtmlTextWriter

Implements

IWriterContext

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Constructors
    • HtmlWriterContext(IGraph, TextWriter)
  • Properties
    • HtmlWriter
  • Implements
  • Extension Methods
Back to top Generated by DocFX