CustomUriExportStrategy class

CustomUriExportStrategy class

Implements a URI export strategy that lets you customize how resource URIs are written to Markdown.

Supply a IUriSavingHandler implementation to rewrite resource URIs (for example, to prepend a CDN base URL).

The CustomUriExportStrategy type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the CustomUriExportStrategy class.

Methods

Method Description
update_resource_uri Inherits documentation from the base CustomUriExportStrategy.update_resource_uri method.

See Also