Disable Javascript In Winforms Webbrowser Control? June 28, 2023 Post a Comment How could I disable javascript entirely on WebBrowser in WinForms?Solution 1: You can't. Client apps cannot disable JavaScript in the browser.Solution 2: With this you can disable warning from javascriptwebBrowser.ScriptErrorsSuppressed = true;Copy Share Post a Comment for "Disable Javascript In Winforms Webbrowser Control?"
Post a Comment for "Disable Javascript In Winforms Webbrowser Control?"