We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
The simplest way to open a browser window is with BrowserWindow.Open.
BrowserWindow.Open
Here's an example:
using NT.BrowserWindow; // ... void OpenInfo() { BrowserWindow.Open("https://github.com/githubcatw/BrowserWindow"); }
Calling OpenInfo() will open this repository in a web browser.
OpenInfo()
There was an error while loading. Please reload this page.