ResourceLoadingArgs Properties

The ResourceLoadingArgs type exposes the following members.

Properties
  NameDescription
Public propertyCode exampleOriginalUri
Original URI of the resource as specified in imported document.
Public propertyCode exampleResourceType
Type of resource.
Public propertyUri

URI of the resource which is used for downloading if ResourceLoading(ResourceLoadingArgs) returns Default.

Initially it's set to absolute URI of the resource, but user can redefine it to any value.

See Also