Lezen in het Engels

Delen via


WebView.Navigate(Uri) Method

Definition

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

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

See also