UriExportContext
Leave feedback
On this page
Contains information about a resource URI being written during conversion. Passed to UpdateResourceUri.
public class UriExportContext
| Name | Description |
|---|---|
| ResourceFileName { get; } | Gets the default resource file name generated by the library. |
| ResourceFileNameOutput { get; } | Gets the overridden file name, or null if no override was set. |
| ResourceFileUri { get; } | Gets the default URI that the library would write into the Markdown output. |
| ResourceFileUriOutput { get; } | Gets the overridden URI, or null if no override was set. |
| Name | Description |
|---|---|
| SetResourceFileName(string) | Overrides the resource file name in the Markdown output. |
| SetResourceFileUri(string) | Overrides the URI that will appear in the Markdown output. |
Read the default values from ResourceFileName and ResourceFileUri, then call SetResourceFileName or SetResourceFileUri to override them.
- namespace GroupDocs.Markdown
- assembly 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.