WebView.CopyBackForwardList Method

Definition

Gets the WebBackForwardList for this WebView.

[Android.Runtime.Register("copyBackForwardList", "()Landroid/webkit/WebBackForwardList;", "GetCopyBackForwardListHandler")]
public virtual Android.Webkit.WebBackForwardList CopyBackForwardList ();
[<Android.Runtime.Register("copyBackForwardList", "()Landroid/webkit/WebBackForwardList;", "GetCopyBackForwardListHandler")>]
abstract member CopyBackForwardList : unit -> Android.Webkit.WebBackForwardList
override this.CopyBackForwardList : unit -> Android.Webkit.WebBackForwardList

Returns

WebBackForwardList
Attributes

Remarks

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