Create Window #181

Open
opened 2026-01-29 16:33:02 +00:00 by claunia · 0 comments
Owner

Originally created by @kwakuduahc1 on GitHub (Jun 10, 2018).

Originally assigned to: @GregorBiswanger on GitHub.

Hi guys, whenever i do a

string path= "path to a controller action that renders a view";
await Electron.WindowManager.CreateWindowAsync(path)
, it creates the window alright but it is always empty.

  1. Secondly, could it be possible to give an html to the create window to render?

Thanks

Originally created by @kwakuduahc1 on GitHub (Jun 10, 2018). Originally assigned to: @GregorBiswanger on GitHub. Hi guys, whenever i do a <code> string path= "path to a controller action that renders a view"; await Electron.WindowManager.CreateWindowAsync(path)</code>, it creates the window alright but it is always empty. 2. Secondly, could it be possible to give an html to the create window to render? Thanks
claunia added the question label 2026-01-29 16:33:02 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/Electron.NET#181