Click or drag to resize

CodeFormatterIncludePreElement Property

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

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

Property Value

Type: 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