WebView.Refresh Method

Definition

Reloads the current Source in the IWebView.

public void Refresh ();
abstract member Refresh : unit -> unit
override this.Refresh : unit -> unit
Public Sub Refresh ()

Implements

Remarks

If the current source was loaded via Navigate(Uri), this method reloads the file without forced cache validation by sending a Pragma:no-cache header to the server.

Applies to