Interface IHtmlWriter
Interface for Writers that generate HTML.
Namespace: VDS.RDF.Writing
Assembly: dotNetRDF.dll
Syntax
public interface IHtmlWriter
Properties
| Improve this Doc View SourceCssClassBlankNode
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 |
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 |
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 |
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 |
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 |
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 |
Stylesheet
Gets/Sets a Stylesheet file used to format the HTML.
Declaration
string Stylesheet { get; set; }
Property Value
Type | Description |
---|---|
System.String |
UriPrefix
Gets/Sets a Prefix that is applied to all href attributes.
Declaration
string UriPrefix { get; set; }
Property Value
Type | Description |
---|---|
System.String |