IExternalResourceResolver

IExternalResourceResolver interface

Callback interface used to resolve external resources during Html, Svg documents import.

public interface IExternalResourceResolver

Methods

NameDescription
GetEntity(string)Maps a URI to an object containing the actual resource.
ResolveUri(string, string)Resolves the absolute URI from the base and relative URIs.

See Also