Table of Contents
WebView.LoadUrl Method (String)

Loads a Url into this WebView.

Syntax
 public NavigationTask LoadUrl(
   string url
);

Parameters

url
The Url to be loaded.
Remarks

Calling this method is the same as setting Url property. The call returns immediately. You can use the returned NavigationTask object to wait for the page to finish loading.

See Also