BodyFormats
Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load
How the sender should treat the body it is given.
public enum BodyFormats
Inheritance Object → ValueType → Enum → BodyFormats
Implements IComparable, ISpanFormattable, IFormattable, IConvertible
Fields
| Name | Value | Description |
|---|---|---|
| Markdown | 0 | Convert with Markdig, as v1 always did. |
| PlainText | 1 | Escape it and keep the line breaks. What the author typed is what the recipient reads. |
| Html | 2 | Already HTML; send it unchanged. |