CustomUriExportStrategy

CustomUriExportStrategy class

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

public class CustomUriExportStrategy : IUriExportStrategy

Constructors

Name Description
CustomUriExportStrategy(UriSavingHandler) Initializes a new instance of the CustomUriExportStrategy class.

Methods

Name Description
UpdateResourceUri(UriExportContext)

Other Members

Name Description
delegate UriSavingHandler Delegate through which you can define the URI generation logic when creating a .md file.

See Also