mono加载本地html

在eclipse写的时候是webview.loadurl("file:///android_asset/"+xx);

但是在mono就不能这么写了,应该是webview.LoadDataWithBaseURL("file:///android_asset/",somehtml, "text/html", "UTF-8",null);

你可能感兴趣的:(mono加载本地html)