HtmlHistory.Forward(Int32) Method

Definition

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

public void Forward(int numberForward);

Parameters

numberForward
Int32

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

Exceptions

Argument is not a positive 32-bit integer.

Remarks

If the number supplied to numForward exceeds the number of previously visited entries in the history, the 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 Forward will have no effect, but it will not raise an error.

Applies to

Product Versions
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10

See also