Can I use Awesomeium within a web application?

前端 未结 2 1097
独厮守ぢ
独厮守ぢ 2020-12-19 20:56

I\'m trying to render a html code to export it to an image and then use that image to put it in a pdf document. I\'m doing all in an asp.net/C# web application. The problem

2条回答
  •  醉话见心
    2020-12-19 21:16

    probably you need to call the webview.invoke or webview.begininvoke and you are going to need to create a delegate to access the webview that was created before the webcore.initialize in another thread, I would use a singleton pattern to use the same webview instance.

提交回复
热议问题