Click or drag to resize

BaseHtmlWriterCssClassBox Property

Gets/Sets the CSS class used for div tags used to group chunks of markup into a box.

Namespace:  VDS.RDF.Writing
Assembly:  dotNetRDF (in dotNetRDF.dll) Version:
Syntax
public string CssClassBox { get; set; }

Property Value

Type: String

Implements

IHtmlWriterCssClassBox
See Also