mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-07 05:37:20 +00:00
Can't set the default URL to open? #979
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bbhxwl on GitHub (Apr 7, 2025).
Can't set the default URL to open?
@icnocop commented on GitHub (Jul 15, 2025):
You have to use the same port the back-end web app is using.
await Electron.WindowManager.CreateWindowAsync($"http://localhost:{BridgeSettings.WebPort}/index.html");@FlorianRappl commented on GitHub (Oct 31, 2025):
Outdated - use
ElectronNET.CoreandElectronNET.Core.AspNet.See Wiki / What's New.