1. GroupDocs.Parser
  2. /
  3. GroupDocs.Parser for Python via .NET
  4. /
  5. groupdocs.parser.options
  6. /
  7. ExternalResourceLoadingArgs class
  8. /
  9. ExternalResourceLoadingArgs constructor

ExternalResourceLoadingArgs constructor

On this page

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

On this page