Skip to main content

BodyFormats

Namespace: Meshmakers.Octo.MeshAdapter.Nodes.Load

How the sender should treat the body it is given.

public enum BodyFormats

Inheritance ObjectValueTypeEnumBodyFormats
Implements IComparable, ISpanFormattable, IFormattable, IConvertible

Fields

NameValueDescription
Markdown0Convert with Markdig, as v1 always did.
PlainText1Escape it and keep the line breaks. What the author typed is what the recipient reads.
Html2Already HTML; send it unchanged.