UriExportContext

UriExportContext class

Represents the context for resource URI handling during document conversion to Markdown.

public class UriExportContext

Constructors

Name Description
UriExportContext() The default constructor.

Properties

Name Description
ResourceFileName { get; set; } Gets or sets the name of the resource file.
ResourceFileUri { get; set; } Gets or sets the URI that will be written to the Markdown output.

Remarks

During document conversion to Markdown, the library creates an instance of this class for each external resource. You can modify the ResourceFileName or ResourceFileUri properties to customize the resulting link that will be written to Markdown output.

See Also