Table of Contents
WebView.Reload Method ()

Reloads the current page.

Syntax
 public NavigationTask Reload();
Remarks

This method calls Reload with ignoreCache set to true.

See Also