Table of Contents
WebView.LoadRequestAndWait Method 

Loads a request and wait for it to finish loading.

Syntax
 public void LoadRequestAndWait(
   Request request
);

Parameters

request
The request to be loaded.
See Also