GetEntity()

HtmlExternalResolver::GetEntity(System::String) method

Maps a URI to an object containing the actual resource.

System::SharedPtr<System::IO::Stream> Aspose::Slides::Import::HtmlExternalResolver::GetEntity(System::String absoluteUri) override

Arguments

ParameterTypeDescription
absoluteUriSystem::StringAbsolute URI to the object.

Return Value

A System::IO::Stream object or null if resource cannot be streamed.

See Also