WebView.Navigate(Uri) Method

Definition

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

C#
public void Navigate(System.Uri source);

Parameters

source
Uri

The Uniform Resource Identifier (URI) to load.

Windows requirements

App capabilities
enterpriseCloudSSO

Remarks

If the app possesses the enterpriseCloudSSO capability, then web pages hosted inside the WebView control can use single sign on with Azure Active Directory (AAD) resources.

Applies to

Product Versies
WinRT Build 10240, Build 10586, Build 14383, Build 15063, Build 16299, Build 17134, Build 17763, Build 18362, Build 19041, Build 20348, Build 22000, Build 22621, Build 26100

See also