Class BaseHtmlWriter
Abstract Base Class for HTML Writers which provides basic implementation of the IHtmlWriter interface.
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public abstract class BaseHtmlWriter : IHtmlWriter
Properties
| Improve this Doc View SourceCssClassBlankNode
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 |
---|---|
System.String |
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 |
---|---|
System.String |
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 |
---|---|
System.String |
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 |
---|---|
System.String |
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 |
---|---|
System.String |
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 |
---|---|
System.String |
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 |
---|---|
System.String |
UriPrefix
Gets/Sets the Prefix applied to href attributes.
Declaration
public string UriPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |