System.Windows.Forms.HtmlHistory.Go Method

Navigates to the specified relative position in the browser's history.

Syntax

public void Go (int relativePosition)

Parameters

relativePosition
The entry in the navigation stack you want to display.

Remarks

Using HtmlHistory.Go(int) with a negative argument is equivalent to using the HtmlHistory.Back(int) method; conversely, using HtmlHistory.Go(int) with a positive argument is equivalent to using the HtmlHistory.Forward(int) method.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0