Show / Hide Table of Contents

Class BaseHtmlWriter

Abstract Base Class for HTML Writers which provides basic implementation of the IHtmlWriter interface.

Inheritance
object
BaseHtmlWriter
HtmlSchemaWriter
HtmlWriter
SparqlHtmlWriter
Implements
IHtmlWriter
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
Assembly: dotNetRdf.dll
Syntax
public abstract class BaseHtmlWriter : IHtmlWriter

Properties

| Edit this page View Source

CssClassBlankNode

Gets/Sets the CSS class used for the span tags used to display Blank Node IDs.

Declaration
public string CssClassBlankNode { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CssClassBox

Gets/Sets the CSS class used for div tags used to group chunks of markup into a box.

Declaration
public string CssClassBox { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CssClassDatatype

Gets/Sets the CSS class used for the anchor tags used to display Literal datatypes.

Declaration
public string CssClassDatatype { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CssClassLangSpec

Gets/Sets the CSS class used for the span tags used to display Literal language specifiers.

Declaration
public string CssClassLangSpec { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CssClassLiteral

Gets/Sets the CSS class used for the span tags used to display Literals.

Declaration
public string CssClassLiteral { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CssClassUri

Gets/Sets the CSS class used for the anchor tags used to display the URIs of URI Nodes.

Declaration
public string CssClassUri { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Stylesheet

Gets/Sets a path to a Stylesheet which is used to format the Graph output.

Declaration
public string Stylesheet { get; set; }
Property Value
Type Description
string
| Edit this page View Source

UriPrefix

Gets/Sets the Prefix applied to href attributes.

Declaration
public string UriPrefix { get; set; }
Property Value
Type Description
string

Implements

IHtmlWriter

Extension Methods

Extensions.ToSafeString(object)
Extensions.AsEnumerable<T>(T)
  • Edit this page
  • View Source
In this article
  • Properties
    • CssClassBlankNode
    • CssClassBox
    • CssClassDatatype
    • CssClassLangSpec
    • CssClassLiteral
    • CssClassUri
    • Stylesheet
    • UriPrefix
  • Implements
  • Extension Methods
Back to top Generated by DocFX