Esempio n. 1
0
 public void LoadHTML(string html, string baseUrl)
 {
     _webview.LoadHtmlString(html, baseUrl);
 }
Esempio n. 2
0
 void IWebBrowser.LoadHtml(string html)
 {
     webView.LoadHtmlString(html, "tempfile://");
 }