IResourceLoadingOptions

IResourceLoadingOptions interface

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

public interface IResourceLoadingOptions

Properties

Name Description
SkipExternalResources { get; set; } If true, all external resources will not be loaded except those in WhitelistedResources list. Default: true
WhitelistedResources { get; set; } External resources that will be always loaded

See Also