Click or drag to resize

HtmlSchemaWriter Properties

The HtmlSchemaWriter type exposes the following members.

Properties
  NameDescription
Public propertyCssClassBlankNode
Gets/Sets the CSS class used for the span tags used to display Blank Node IDs.
(Inherited from BaseHtmlWriter.)
Public propertyCssClassBox
Gets/Sets the CSS class used for div tags used to group chunks of markup into a box.
(Inherited from BaseHtmlWriter.)
Public propertyCssClassDatatype
Gets/Sets the CSS class used for the anchor tags used to display Literal datatypes.
(Inherited from BaseHtmlWriter.)
Public propertyCssClassLangSpec
Gets/Sets the CSS class used for the span tags used to display Literal language specifiers.
(Inherited from BaseHtmlWriter.)
Public propertyCssClassLiteral
Gets/Sets the CSS class used for the span tags used to display Literals.
(Inherited from BaseHtmlWriter.)
Public propertyCssClassUri
Gets/Sets the CSS class used for the anchor tags used to display the URIs of URI Nodes.
(Inherited from BaseHtmlWriter.)
Public propertyStylesheet
Gets/Sets a path to a Stylesheet which is used to format the Graph output.
(Inherited from BaseHtmlWriter.)
Public propertyUriPrefix
Gets/Sets the Prefix applied to href attributes.
(Inherited from BaseHtmlWriter.)
Top
See Also