Click or drag to resize
MimeKit

TextToHtmlOutputHtmlFragment Property

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

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

Property Value

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