GetEntity

IExternalResourceResolver.GetEntity method

Maps a URI to an object containing the actual resource.

public Stream GetEntity(string absoluteUri)
ParameterTypeDescription
absoluteUriStringAbsolute URI to the object.

Return Value

A Stream object or null if resource cannot be streamed.

See Also