ExternalResourceLoadingArgs class

ExternalResourceLoadingArgs class

Provides the data for ExternalResourceHandler.on_loading method.

The ExternalResourceLoadingArgs type exposes the following members:

Constructors

Constructor Description
init Initializes a new instance of the ExternalResourceLoadingArgs class.

Properties

Property Description
uri Gets or sets the URI of the external resource.
skipped Gets or sets the value that indicates whether the loading of the external resource must be skipped.
data Gets or sets the user data.

See Also