Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

WebView.Navigate(Uri) Method

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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

public:
 virtual void Navigate(Uri ^ source) = Navigate;
void Navigate(Uri const& source);
public void Navigate(System.Uri source);
function navigate(source)
Public Sub Navigate (source As Uri)

Parameters

source
Uri Uri

The Uniform Resource Identifier (URI) to load.

Windows requirements

Requirements Description
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


Feedback

Was this page helpful?