Use Blockly inside a WPF WebBrowser
问题 Is it possible to use the Blockly google javascript libraries inside a WPF WebBrowser? In particular, Blockly needs several js scripts. How can we reference the js libraries? 回答1: Short Answer You can use all blocky features including UI tools and API functions from WPF WebBrowser control. To do so you should: Create an HTML content which contains script tags referencing Blocky js , or methods which you want to call from C#, and required HTML and XML contents based on your requirement (for