UriExportContext class
Leave feedback
On this page
Contains information about a resource URI being written during conversion and is passed to IUriExportStrategy.update_resource_uri.
Read the default values from UriExportContext.resource_file_name and UriExportContext.resource_file_uri, then call UriExportContext.set_resource_file_name or UriExportContext.set_resource_file_uri to override them.
The UriExportContext type exposes the following members:
| Method | Description |
|---|---|
| set_resource_file_name | Overrides the resource file name in the Markdown output. |
| set_resource_file_uri | Overrides the URI that will appear in the Markdown output. |
| Property | Description |
|---|---|
| resource_file_name | The default resource file name generated by the library. |
| resource_file_name_output | The overridden file name, or None if no override was set. |
| resource_file_uri | The default URI that the library would write into the Markdown output. |
| resource_file_uri_output | The overridden URI, or None if no override was set. |
- module
groupdocs.markdown
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.