mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
Is there a way to use the Electron.NET with javascript, html and css rather than cshtml? #565
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 @sporebean22 on GitHub (Sep 4, 2020).
Originally assigned to: @GregorBiswanger on GitHub.
I would personally prefer using Javascript, HTML and css rather than cshtml, is there a way to implement that? what would i need to change roughly speaking? Thanks
@GregorBiswanger commented on GitHub (Sep 4, 2020):
Sure, why not?
Create a new empty ASP.NET web project.. create a
wwwrootfolder and bring in your static files... just don't forget theUseStaticmiddleware...@sporebean22 commented on GitHub (Sep 4, 2020):
Awesome, Thanks Friend i Love You.