WebView.Navigate method

0 out of 4 rated this helpful - Rate this topic

Loads the HTML content at the specified Uniform Resource Identifier (URI).

Syntax


public void Navigate(
  Uri source
)

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

Windows.UI.Xaml.Controls
Windows::UI::Xaml::Controls [C++]

Metadata

Windows.winmd

See also

WebView

 

 

Build date: 3/12/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.