bool CanGoForward(Guid? browserId)
Check to see if the browser has any forward 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 forward, otherwise false.