Content

ConvertResult.Content property

Gets the converted Markdown content as a string.

public string Content { get; }

Property Value

The Markdown content when conversion is performed without an output stream or file path. Returns null if the conversion failed, or if the output was written to a stream or file.

See Also