HtmlExternalResolver Class

Note: This API is now obsolete.

Callback object used by HTML import routine to obtain referrenced objects such as images.
Remarks
Using this resolver could create a vulnurability when client provided HTML file will make server software to obtain local or network file. Use with caution. It is recommended not to specify HtmlExternalResolver at all (only embedded objects will be read) or create some subclass which checks if specified uri is valid.
Inheritance Hierarchy
SystemObject
  Aspose.Slides.ImportHtmlExternalResolver

Namespace:  Aspose.Slides.Import
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
[ObsoleteAttribute("Obsolete. Use ExternalResourceResolver instead. Will be removed in 17.12 release.")]
public class HtmlExternalResolver : IHtmlExternalResolver, 
	IExternalResourceResolver

The HtmlExternalResolver type exposes the following members.

Constructors
  NameDescription
Public methodHtmlExternalResolver
Initializes a new instance of the HtmlExternalResolver 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