Content

DocumentConverterResult.Content property

Gets the converted Markdown content.

public string Content { get; }

Property Value

The Markdown content as a string, or null if the conversion failed or if the content was written to a stream or file.

See Also