CodeFormatterIncludePreElement Property

Gets or sets a value that indicates whether to emit the <pre> element in the output HTML.

Definition

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

Property Value

Boolean
to omit the element; to emit the formatted code without a wrapping element. The default value is .

Remarks

This property is ignored when using Table, which always emits the <pre> element along with the table holding the line numbers.

See Also