CodeFormatterIncludePreElement Property
Gets or sets a value that indicates whether to emit the <pre> element in the
output HTML.
Namespace: Ookii.FormatCAssembly: Ookii.FormatC (in Ookii.FormatC.dll) Version: 2.3.2+a0abe9e363271833c90424d1444b43a67fa5858f
public bool IncludePreElement { get; set; }
Public Property IncludePreElement As Boolean
Get
Set
public:
property bool IncludePreElement {
bool get ();
void set (bool value);
}
member IncludePreElement : bool with get, set
Property Value
Boolean to omit the element;
to emit the
formatted code without a wrapping element. The default value is
.
This property is ignored when using
Table, which always
emits the <pre> element along with the table holding the line numbers.