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
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.