Android.Webkit.WebView.ClearView Method
Clears this WebView so that onDraw() will draw nothing but white background, and onMeasure() will return 0 if MeasureSpec is not MeasureSpec.

Syntax

[Android.Runtime.Register("clearView", "()V", "GetClearViewHandler")]
[System.Obsolete("deprecated")]
public virtual void ClearView ()

Remarks

Clears this WebView so that onDraw() will draw nothing but white background, and onMeasure() will return 0 if MeasureSpec is not MeasureSpec.EXACTLY.

[Android Documentation]

Requirements

Namespace: Android.Webkit
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1