Table of Contents
WebView.LoadRequest Method 

Loads a request into this WebView.

Syntax
 public NavigationTask LoadRequest(
   Request request
);

Parameters

request
The request to be loaded.
Remarks

You can use the returned NavigationTask object to wait for the page to finish loading.

See Also