Android.Webkit.WebView.GoBackOrForward Method
Goes to the history item that is the number of steps away from the current item.

Syntax

[Android.Runtime.Register("goBackOrForward", "(I)V", "GetGoBackOrForward_IHandler")]
public virtual void GoBackOrForward (int steps)

Parameters

steps
the number of steps to take back or forward in the back forward list

Remarks

Goes to the history item that is the number of steps away from the current item. Steps is negative if backward and positive if forward.

[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