ExternalResourceResolver Class

Callback class used to resolve external resources during Html, Svg documents import.
Remarks
Using this resolver could create a vulnerability when client provided HTML or SVG file will make server software to obtain local or network file. Use with caution. It is recommended not to specify ExternalResourceResolver at all (only embedded objects will be read) or create some subclass which checks if specified uri is valid.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ImportExternalResourceResolver

Namespace:  Aspose.Slides.Import
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public class ExternalResourceResolver : IExternalResourceResolver

The ExternalResourceResolver type exposes the following members.

Constructors
  NameDescription
Public methodExternalResourceResolver
Initializes a new instance of the ExternalResourceResolver class
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetEntity
Maps a URI to an object containing the actual resource.
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodResolveUri
Resolves the absolute URI from the base and relative URIs.
Public methodToString (Inherited from Object.)
See Also