问题
I have successfully embedded CefSharp in win form application using VS-2008 i am loading a jQueryMobile based webpage in webView which uses #id based ajax calls. which are not working in webView. Is there any way to disable the security so i can load local files in the webview ?
回答1:
got the answer by my self just needed a single line to do it
_browserSettings.FileAccessFromFileUrlsAllowed = true;
来源:https://stackoverflow.com/questions/24291510/ajax-not-working-in-cefsharp-based-webview-with-local-files