CodeElementElementNameIsCssClass Property

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

Definition

Namespace: Ookii.FormatC
Assembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
C#
public bool ElementNameIsCssClass { get; set; }

Property Value

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

See Also