Extensions for (almost) inline javascript in WebView2 #3531
ukandrewc
started this conversation in
Tips and Tricks
Replies: 1 comment
-
This is awesome, thanks for sharing @ukandrewc!! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hope it's OK to post this here, just thought it could be useful:
I've added a repository with extensions, that allows script to be composed in files, then executed as a file in debug, and as a resource in release.
It was inspired by trying to get as close as possible to inline editing of scripts, instead of creating strings or using resources that require a restart to refresh.
https://github.com/ukandrewc/WebView2.Winforms.JSHelper
Beta Was this translation helpful? Give feedback.
All reactions