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