資源簡(jiǎn)介
1、CefSharp.v75.1.143.0瀏覽器Demo的完全WPF版,項(xiàng)目中完全使用的是WPF元素,沒有引用Winform相關(guān)的組件。
2、支持頁(yè)面通過post請(qǐng)求數(shù)據(jù)
3、為減少資源體積,代碼包中沒有CefSharp75的依賴文件,請(qǐng)自己下載放到CefSharp文件夾中
4、關(guān)鍵詞 cefsharp 禁止彈出新窗體,在同一窗口打開鏈接 支持post提交
2、支持頁(yè)面通過post請(qǐng)求數(shù)據(jù)
3、為減少資源體積,代碼包中沒有CefSharp75的依賴文件,請(qǐng)自己下載放到CefSharp文件夾中
4、關(guān)鍵詞 cefsharp 禁止彈出新窗體,在同一窗口打開鏈接 支持post提交

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Configuration;
using?System.Data;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows;
using?Utils;
namespace?CefSharpDemo
{
????///?
????///?App.xaml?的交互邏輯
????///?
????public?partial?class?App?:?Application
????{
????????protected?override?void?onstartup(StartupEventArgs?e)
????????{
????????????AppDomain.CurrentDomain.UnhandledException?+=?AppDomain_UnhandledException;
????????????this.DispatcherUnhandledException?+=?Application_DispatcherUnhandledException;
????????????base.onstartup(e);
????????}
????????///?
????????///?異常處理
????????///?
????????private?void?Application_DispatcherUnhandledException(object?sender?System.Windows.Threading.DispatcherUnhandledExceptionEventArgs?e)
????????{
????????????LogUtil.Error(e.Exception?“Application_DispatcherUnhandledException“);
????????}
????????///?
????????///?異常處理
????????///?
????????private?void?AppDomain_UnhandledException(object?sender?UnhandledExceptionEventArgs?e)
????????{
????????????LogUtil.Error(e.Exceptionobject?as?Exception?“AppDomain_UnhandledException“);
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-12-13?12:58??.git\
?????文件?????????100??2019-12-13?12:33??.gitignore
?????文件??????????10??2019-12-13?12:33??.git\COMMIT_EDITMSG
?????文件?????????190??2019-12-12?11:09??.git\config
?????文件??????????73??2019-12-12?11:09??.git\desc
?????文件??????????23??2019-12-12?11:09??.git\HEAD
?????目錄???????????0??2019-12-12?11:09??.git\hooks\
?????文件?????????478??2019-12-12?11:09??.git\hooks\applypatch-msg.sample
?????文件?????????896??2019-12-12?11:09??.git\hooks\commit-msg.sample
?????文件?????????189??2019-12-12?11:09??.git\hooks\post-update.sample
?????文件?????????424??2019-12-12?11:09??.git\hooks\pre-applypatch.sample
?????文件????????1642??2019-12-12?11:09??.git\hooks\pre-commit.sample
?????文件????????1348??2019-12-12?11:09??.git\hooks\pre-push.sample
?????文件????????4951??2019-12-12?11:09??.git\hooks\pre-reba
?????文件?????????544??2019-12-12?11:09??.git\hooks\pre-receive.sample
?????文件????????1239??2019-12-12?11:09??.git\hooks\prepare-commit-msg.sample
?????文件????????3610??2019-12-12?11:09??.git\hooks\update.sample
?????文件????????4970??2019-12-13?12:58??.git\index
?????目錄???????????0??2019-12-12?11:09??.git\info\
?????文件?????????240??2019-12-12?11:09??.git\info\exclude
?????目錄???????????0??2019-12-12?11:10??.git\logs\
?????文件????????3835??2019-12-13?12:33??.git\logs\HEAD
?????目錄???????????0??2019-12-12?11:10??.git\logs\refs\
?????目錄???????????0??2019-12-12?11:10??.git\logs\refs\heads\
?????文件????????3835??2019-12-13?12:33??.git\logs\refs\heads\master
?????目錄???????????0??2019-12-13?11:24??.git\ob
?????目錄???????????0??2019-12-12?17:06??.git\ob
?????文件?????????146??2019-12-12?11:10??.git\ob
?????文件?????????974??2019-12-12?17:06??.git\ob
?????文件?????????519??2019-12-12?16:01??.git\ob
?????文件?????????135??2019-12-12?13:33??.git\ob
............此處省略427個(gè)文件信息
評(píng)論
共有 條評(píng)論