Table of Contents
WebView.Preload Method (String)

Create a WebView and preload a Url.

Syntax
 public static PreloadTask Preload(
   string url
);

Parameters

url
The url to be loaded.

Return Value

Returns a PreloadTask that you can use to wait for the preload to complete.

See Also