IUriExportStrategy

IUriExportStrategy interface

Defines the interface for handling resource URI export during document conversion to Markdown.

public interface IUriExportStrategy : IExportStrategy

Methods

Name Description
UpdateResourceUri(UriExportContext) Updates the URI information for a resource that will be written to the Markdown output.

See Also