1,934 questions
CoreWebView2.ExecuteScriptAsync
(samples on Google, like Chromium WebView2 Control and .NET to JavaScript Interop - Part 2)
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hello, i am trying to run a javascript command into an HTML file, and i need an argument to put, i try the entire command itself, however i get a syntax error.
I even tried new string[]
, however that gave a syntax error as well.
Thank you.
CoreWebView2.ExecuteScriptAsync
(samples on Google, like Chromium WebView2 Control and .NET to JavaScript Interop - Part 2)