1. Home
  2. /
  3. GroupDocs.Conversion.LowCode
  4. /
  5. GroupDocs.Conversion.Options.Load
  6. /
  7. IResourceLoadingOptions

IResourceLoadingOptions interface

On this page

Represents set of options to control how external resources will be loaded

public interface IResourceLoadingOptions

Members

namedescription
SkipExternalResources { get; set; }If true all external resource will not be loading with exception of the resources in the WhitelistedResources
WhitelistedResources { get; set; }External resources that will be always loaded

See Also

On this page