ExternalResourceLoadingArgs

ExternalResourceLoadingArgs constructor

Initializes a new instance of the ExternalResourceLoadingArgs class.

public ExternalResourceLoadingArgs(string uri)
Parameter Type Description
uri String URI of the external resource.

Exceptions

exception condition
ArgumentException Throws if uri is null or an empty string.

See Also