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

| Improve this Doc 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
System.String
| Improve this Doc 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
System.String
| Improve this Doc 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
System.String
| Improve this Doc 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
System.String
| Improve this Doc 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
System.String
| Improve this Doc 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
System.String
| Improve this Doc View Source

Stylesheet

Gets/Sets a Stylesheet file used to format the HTML.
Declaration
string Stylesheet { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

UriPrefix

Gets/Sets a Prefix that is applied to all href attributes.
Declaration
string UriPrefix { get; set; }
Property Value
Type Description
System.String

Extension Methods

Extensions.AsEnumerable<T>(T)
  • Improve this Doc
  • View Source
In This Article
  • Properties
    • CssClassBlankNode
    • CssClassBox
    • CssClassDatatype
    • CssClassLangSpec
    • CssClassLiteral
    • CssClassUri
    • Stylesheet
    • UriPrefix
  • Extension Methods
Back to top Generated by DocFX