IResourceLoadingOptions class

IResourceLoadingOptions class

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

The IResourceLoadingOptions type exposes the following members:

Properties

Property Description
skip_external_resources If true all external resource will not be loading with exception of the resources in the IResourceLoadingOptions.whitelisted_resources
whitelisted_resources External resources that will be always loaded

See Also