1. GroupDocs.Markdown
  2. /
  3. GroupDocs.Markdown for .NET
  4. /
  5. GroupDocs.Markdown
  6. /
  7. ConvertOptions
  8. /
  9. UriExportStrategy

UriExportStrategy

ConvertOptions.UriExportStrategy property

Gets or sets the strategy for customizing resource URIs written to Markdown output.

public IUriExportStrategy UriExportStrategy { get; set; }

Property Value

The URI export strategy, or null to keep the default URIs. Default is null.

See Also