Skip to content

Basic usage

githubcatw edited this page Jan 8, 2023 · 3 revisions

The simplest way to open a browser window is with 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.

Clone this wiki locally