Skip to content Skip to sidebar Skip to footer

Disable Javascript In WinForms WebBrowser Control?

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:


Post a Comment for "Disable Javascript In WinForms WebBrowser Control?"