Class BaseHtmlWriter
Abstract Base Class for HTML Writers which provides basic implementation of the IHtmlWriter interface.
Implements
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
| 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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
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 |
---|---|
string |
UriPrefix
Gets/Sets the Prefix applied to href attributes.
Declaration
public string UriPrefix { get; set; }
Property Value
Type | Description |
---|---|
string |