HtmlHistory.Forward Method
Navigates forward in the navigation stack by the specified number of entries.
Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- numberForward
- Type: System.Int32
The number of entries to navigate forward in the navigation stack. This number must be a positive integer.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | Argument is not a positive 32-bit integer. |
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.
Windows 8, Windows Server 2012, Windows 7, Windows Vista SP2, Windows Server 2008 (Server Core Role not supported), Windows Server 2008 R2 (Server Core Role supported with SP1 or later; Itanium not supported)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.