Android.Webkit.WebView.Destroy Method
Destroys the internal state of this WebView.

Syntax

[Android.Runtime.Register("destroy", "()V", "GetDestroyHandler")]
public virtual void Destroy ()

Remarks

Destroys the internal state of this WebView. This method should be called after this WebView has been removed from the view system. No other methods may be called on this WebView after destroy.

[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