有没有办法在webControl中加载html作为字符串?
就像是:
webControl.Load("<!DOCTYPE html><html>...");
像在普通的wpf webControl中使用的那样:
webControl.NavigateToString("<!DOCTYPE html><html>...");
c# wpf awesomium
awesomium ×1
c# ×1
wpf ×1