Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

navigateToLocalStreamUri method

Applies to Windows and Windows Phone

Loads local web content at the specified URI using an IUriToStreamResolver.

Syntax

webview.navigateToLocalStreamUri(source, streamResolver);

Parameters

source

Type: String

An ms-local-stream URI identifying the local HTML content to load. Create this string using buildLocalStreamUri.

streamResolver

Type: IUriToStreamResolver

A resolver that converts the URI into a stream to load.

Return value

This method does not return a value.

See also

webview

 

 

Show: