UpdateResourceUri

IUriExportStrategy.UpdateResourceUri method

Called for each resource URI that will be written to the Markdown output. Modify properties on context to customize the resulting URI.

public void UpdateResourceUri(UriExportContext context)
Parameter Type Description
context UriExportContext The URI export context. Set ResourceFileUri to override the URI that appears in the Markdown output, or modify ResourceFileName to change the resource file name.

See Also