ExternalResourceLoadingArgs constructor

init

Initializes a new instance of the ExternalResourceLoadingArgs class.

def __init__(self, uri):
    ...
Parameter Type Description
uri System.String URI of the external resource.

Exceptions

Exception Description
ArgumentException Throws if uri is null or an empty string.

See Also