navigateToLocalStreamUri
Collapse the table of content
Expand the table of content

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:
© 2017 Microsoft