Opening local files in Webkit .NET

前端 未结 7 1964
天涯浪人
天涯浪人 2021-01-20 11:33

A simple WebKitBrowser1.Navigate(localfilehere) doesn\'t work for some reason.

I tried adding \"file://\" to the URL but that didn\'t work either.

This seems

7条回答
  •  星月不相逢
    2021-01-20 12:02

    Create a sample HTML page. Upload into my resources.

    Use this code: WebKitBrowser1.document.write(my.resources.page.html)

提交回复
热议问题