IUriToStreamResolver Interface

Definition

Provides a method to translate a URI to a content stream for use by the WebView.NavigateToLocalStreamUri method.

public interface class IUriToStreamResolver
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2964039786, 39659, 19770, 149, 144, 0, 62, 60, 167, 226, 144)]
struct IUriToStreamResolver
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2964039786, 39659, 19770, 149, 144, 0, 62, 60, 167, 226, 144)]
public interface IUriToStreamResolver
Public Interface IUriToStreamResolver
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Methods

UriToStreamAsync(Uri)

Translates a URI to a content stream for use by the WebView.NavigateToLocalStreamUri method.

Applies to

See also