CustomUriExportStrategy.UriSavingHandler

CustomUriExportStrategy.UriSavingHandler delegate

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

public delegate void UriSavingHandler(UriSavingArgs args);

See Also