Click or drag to resize

CodeElementElementNameIsCssClass Property

Gets or sets a value indicating whether the Name of this CodeElement is a CSS class to be used in the output.

Namespace:  Ookii.FormatC
Assembly:  Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.1.0
Syntax
public bool ElementNameIsCssClass { get; set; }

Property Value

Type: Boolean
if the Name of this CodeElement is a CSS class to be used in the output; otherwise, . The default value is .
See Also