| TextToHtmlOutputHtmlFragment Property |
Get or set whether or not the converter should only output an HTML fragment.
Namespace: MimeKit.TextAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax public bool OutputHtmlFragment { get; set; }
Property Value
Booleantrue 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