Show / Hide Table of Contents

Interface IHtmlWriter

Interface for Writers that generate HTML.

Namespace: VDS.RDF.Writing
Assembly: dotNetRdf.dll
Syntax
public interface 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
string CssClassBlankNode { get; set; }
Property Value
Type Description
string
| Edit this page View Source

CssClassBox

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

Declaration
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
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
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
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
string CssClassUri { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Stylesheet

Gets/Sets a Stylesheet file used to format the HTML.

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

UriPrefix

Gets/Sets a Prefix that is applied to all href attributes.

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

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
  • Extension Methods
Back to top Generated by DocFX