Click or drag to resize
MimeKit

FlowedToHtmlOutputHtmlFragment Property

Get or set whether or not the converter should only output an HTML fragment.

Namespace: MimeKit.Text
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public bool OutputHtmlFragment { get; set; }

Property Value

Boolean
true if the converter should only output an HTML fragment; otherwise, false.
Remarks
Gets or sets whether or not the converter should only output an entire HTML document or just a fragment of the HTML body content.
See Also