navigateToLocalStreamUri method

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
Show: