Table of Contents
WebView.Preload Method (Int32, Int32, String)

Create a WebView and preload a Url.

Syntax
 public static PreloadTask Preload(
   int width,
   int height,
   string url
);

Parameters

width
The width of the WebView.
height
The height of the WebView.
url
The url to be loaded.

Return Value

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

See Also