GoBack Method

WebKit .NET

[This is preliminary documentation and is subject to change.]

Navigates to the previous page in the page history, if available.

Namespace:  WebKit
Assembly:  WebKitBrowser (in WebKitBrowser.dll) Version: 0.5.0.0 (0.5.0.0)

Syntax

C#
public bool GoBack()
Visual Basic (Declaration)
Public Function GoBack As Boolean
Visual C++
public:
bool GoBack()

Return Value

Success value.

See Also