bool CanGoBack(Guid? browserId)
Check to see if the browser has any back history items.
Parameters
Name | Description |
browserId | The id of the desired browser. Null uses the current active browser. |
Return
True if the browser can navigate back, otherwise false.