System.Windows.Forms.HtmlHistory.Forward Method

Navigates forward in the navigation stack by the specified number of entries.

Syntax

public void Forward (int numberForward)

Parameters

numberForward
The number of entries to navigate forward in the navigation stack. This number must be a positive integer.

Remarks

If the number supplied to numForward exceeds the number of previously visited entries in the history, the System.Windows.Forms.WebBrowser control will navigate to the last item in the history.

If there are no entries ahead of the current page in the navigation stack, calling HtmlHistory.Forward(int) will have no effect, but it will not raise an error.

Requirements

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