Handle

IUriSavingHandler.Handle method

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

public void Handle(UriSavingArgs args)
Parameter Type Description
args UriSavingArgs Provides the default resource file name and URI, and allows you to override the URI via SetResourceFileUri.

See Also