HtmlHistory.Back(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Navigates backward in the navigation stack by the specified number of entries.
public:
void Back(int numberBack);
public void Back (int numberBack);
member this.Back : int -> unit
Public Sub Back (numberBack As Integer)
Parameters
- numberBack
- Int32
The number of entries to navigate backward 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 numBack
exceeds the number of previously visited entries in the history, the WebBrowser control will navigate to the first item in the history, for example, to the first Uniform Resource Locator (URL) visited during the current browser session.
If there are no entries behind the current page in the navigation stack, calling Back will have no effect, but it will not raise an error.