IUriSavingHandler class

IUriSavingHandler class

Callback interface invoked for each resource URI during conversion when using CustomUriExportStrategy; implement it to rewrite resource URIs in the Markdown output.

The IUriSavingHandler type exposes the following members:

Methods

Method Description
handle Called once for each resource URI that will be written to the Markdown output.

See Also