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 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