Table of Contents
WebView.LoadUrlAndWait Method 

Loads a Url and wait for it to finish loading.

Syntax
 public void LoadUrlAndWait(
   string url
);

Parameters

url
The Url to load.
Remarks

To load a Url without waiting, set the Url property directly or use LoadUrl.

See Also