bool Refresh(Guid? browserId, bool ignoreCache = false)
Reload the current page.
Parameters
Name | Description |
browserId | The id of the desired browser. Null uses the current active browser. |
ignoreCache | True to force a full refresh of the page by throwing away any cached content first. |
Return
True if the function succeeds, otherwise false.