IResourceLoadingArgs
IResourceLoadingArgs interface
Interface for external resource loading arguments.
public interface IResourceLoadingArgs
Properties
Name | Description |
---|
OriginalUri { get; } | Original URI of the resource as specified in imported presentation. |
Uri { get; set; } | URI of the resource which is used for downloading if ResourceLoading returns Default. Initially it’s set to original URI of the resource, but can be redefined to any value. |
Methods
Name | Description |
---|
SetData(byte[]) | Sets user provided data of the resource which used if ResourceLoading returns UserProvided. |
See Also