Loads the HTML content at the specified Uniform Resource Identifier (URI).
Syntax
Parameters
- source
-
Type: System.Uri [.NET] | Windows::Foundation::Uri [C++]
The URI of the HTML content to load.
Remarks
Navigate is asynchronous. Use the LoadCompleted event to detect when loading has completed.
WebView can load content from the application’s package using ms-appx-web://, from the network using http/https, or from a string using NavigateToString. It cannot load content from the application’s data storage. To access the intranet, the corresponding capability must be turned on in the application manifest.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 3/12/2013