Table of Contents
WebView.Reload Method (Boolean)

Reloads the current page.

Syntax
 public NavigationTask Reload(
   bool ignoreCache
);

Parameters

ignoreCache
true to ignore cache, otherwise false.
See Also