Android.Webkit.WebView.CopyBackForwardList Method
Gets the WebBackForwardList for this WebView.

Syntax

[Android.Runtime.Register("copyBackForwardList", "()Landroid/webkit/WebBackForwardList;", "GetCopyBackForwardListHandler")]
public virtual WebBackForwardList CopyBackForwardList ()

Returns

Documentation for this section has not yet been entered.

Remarks

Gets the WebBackForwardList for this WebView. This contains the back/forward list for use in querying each item in the history stack. This is a copy of the private WebBackForwardList so it contains only a snapshot of the current state. Multiple calls to this method may return different objects. The object returned from this method will not be updated to reflect any new state.

[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