WebView.Reload Method

Definition

Reloads the current URL.

[Android.Runtime.Register("reload", "()V", "GetReloadHandler")]
public virtual void Reload ();
[<Android.Runtime.Register("reload", "()V", "GetReloadHandler")>]
abstract member Reload : unit -> unit
override this.Reload : unit -> unit
Attributes

Remarks

Reloads the current URL.

Java documentation for android.webkit.WebView.reload().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to