Click or drag to resize

WebViewCanGoBack Property

Gets a value indicating whether the browser can go back to the previous page in history.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool CanGoBack { get; }

Property Value

Type: Boolean
true if the browser can go back; otherwise, false.
See Also