handle method
handle
Called once for each resource URI that will be written to the Markdown output.
def handle(self, args):
...
| Parameter | Type | Description |
|---|---|---|
| args | UriSavingArgs |
Provides the default resource file name and URI, and allows you to override the URI via UriSavingArgs.set_resource_file_uri. |
See Also
- class
IUriSavingHandler