在好例子网,分享、交流、成长!
您当前所在位置:首页C# 开发实例C#网络编程 → C#WebKit.NET-控件比 webBrowser好

C#WebKit.NET-控件比 webBrowser好

C#网络编程

下载此实例
  • 开发语言:C#
  • 实例大小:9.15M
  • 下载次数:43
  • 浏览次数:285
  • 发布时间:2022-09-04
  • 实例类别:C#网络编程
  • 发 布 人:fy5388
  • 文件格式:.rar
  • 所需积分:2
 相关标签: WebKit .NET NET web bin

实例介绍

【实例简介】C#WebKit.NET-控件比 webBrowser好

【实例截图】

from clipboard

【核心代码】

.
├── Default.cs
├── DownloadForm.Designer.cs
├── DownloadForm.cs
├── DownloadForm.resources
├── MainForm.Designer.cs
├── MainForm.cs
├── MainForm.resources
├── NavigationBar.cs
├── NavigationBar.resources
├── Program.cs
├── Properties
│   ├── AssemblyInfo.cs
│   ├── Resources.cs
│   ├── Resources.resources
│   ├── Settings.Designer.cs
│   └── Settings.settings
├── SourceViewForm.Designer.cs
├── SourceViewForm.cs
├── SourceViewForm.resources
├── WebBrowserTabPage.cs
├── WebBrowserTabPage.resources
├── WebKit.NET-控件比 webBrowser好_WebKitBrowserTest.rar
├── WebKitBrowserTest.csproj
├── app.manifest
├── bin
│   └── Debug
│       ├── CFLite.dll
│       ├── CFLite.resources
│       │   ├── CFCharacterSetBitmaps.bitmap
│       │   ├── CFUniCharPropertyDatabase.data
│       │   ├── CFUnicodeData-L.mapping
│       │   └── Info.plist
│       ├── JavaScriptCore.dll
│       ├── JavaScriptCore.resources
│       │   └── Info.plist
│       ├── SQLite3.dll
│       ├── WebKit.Interop.dll
│       ├── WebKit.dll
│       ├── WebKit.resources
│       │   ├── Info.plist
│       │   ├── certificates
│       │   │   └── cacert.pem
│       │   ├── en.lproj
│       │   │   ├── Localizable.strings
│       │   │   └── localizedStrings.js
│       │   └── inspector
│       │       ├── AbstractTimelinePanel.js
│       │       ├── ApplicationCacheItemsView.js
│       │       ├── AuditCategories.js
│       │       ├── AuditLauncherView.js
│       │       ├── AuditResultView.js
│       │       ├── AuditRules.js
│       │       ├── AuditsPanel.js
│       │       ├── BottomUpProfileDataGridTree.js
│       │       ├── BreakpointManager.js
│       │       ├── BreakpointsSidebarPane.js
│       │       ├── CSSCompletions.js
│       │       ├── CSSStyleModel.js
│       │       ├── CallStackSidebarPane.js
│       │       ├── Callback.js
│       │       ├── ChangesView.js
│       │       ├── Checkbox.js
│       │       ├── Color.js
│       │       ├── ConsolePanel.js
│       │       ├── ConsoleView.js
│       │       ├── ContextMenu.js
│       │       ├── CookieItemsView.js
│       │       ├── DOMAgent.js
│       │       ├── DOMStorage.js
│       │       ├── DOMStorageItemsView.js
│       │       ├── DOMSyntaxHighlighter.js
│       │       ├── DataGrid.js
│       │       ├── Database.js
│       │       ├── DatabaseQueryView.js
│       │       ├── DatabaseTableView.js
│       │       ├── Drawer.js
│       │       ├── ElementsPanel.js
│       │       ├── ElementsTreeOutline.js
│       │       ├── EventListenersSidebarPane.js
│       │       ├── FontView.js
│       │       ├── HAREntry.js
│       │       ├── HelpScreen.js
│       │       ├── ImageView.js
│       │       ├── Images
│       │       │   ├── applicationCache.png
│       │       │   ├── auditsIcon.png
│       │       │   ├── back.png
│       │       │   ├── breakpointBorder.png
│       │       │   ├── breakpointConditionalBorder.png
│       │       │   ├── breakpointConditionalCounterBorder.png
│       │       │   ├── breakpointCounterBorder.png
│       │       │   ├── breakpointsActivateButtonGlyph.png
│       │       │   ├── breakpointsDeactivateButtonGlyph.png
│       │       │   ├── checker.png
│       │       │   ├── clearConsoleButtonGlyph.png
│       │       │   ├── closeButtons.png
│       │       │   ├── consoleButtonGlyph.png
│       │       │   ├── consoleIcon.png
│       │       │   ├── cookie.png
│       │       │   ├── database.png
│       │       │   ├── databaseTable.png
│       │       │   ├── debuggerContinue.png
│       │       │   ├── debuggerPause.png
│       │       │   ├── debuggerStepInto.png
│       │       │   ├── debuggerStepOut.png
│       │       │   ├── debuggerStepOver.png
│       │       │   ├── disclosureTriangleSmallDown.png
│       │       │   ├── disclosureTriangleSmallDownBlack.png
│       │       │   ├── disclosureTriangleSmallDownWhite.png
│       │       │   ├── disclosureTriangleSmallRight.png
│       │       │   ├── disclosureTriangleSmallRightBlack.png
│       │       │   ├── disclosureTriangleSmallRightDown.png
│       │       │   ├── disclosureTriangleSmallRightDownBlack.png
│       │       │   ├── disclosureTriangleSmallRightDownWhite.png
│       │       │   ├── disclosureTriangleSmallRightWhite.png
│       │       │   ├── dockButtonGlyph.png
│       │       │   ├── elementsIcon.png
│       │       │   ├── enableOutlineButtonGlyph.png
│       │       │   ├── enableSolidButtonGlyph.png
│       │       │   ├── errorIcon.png
│       │       │   ├── errorMediumIcon.png
│       │       │   ├── errorRedDot.png
│       │       │   ├── excludeButtonGlyph.png
│       │       │   ├── focusButtonGlyph.png
│       │       │   ├── forward.png
│       │       │   ├── gearButtonGlyph.png
│       │       │   ├── glossyHeader.png
│       │       │   ├── glossyHeaderPressed.png
│       │       │   ├── glossyHeaderSelected.png
│       │       │   ├── glossyHeaderSelectedPressed.png
│       │       │   ├── goArrow.png
│       │       │   ├── graphLabelCalloutLeft.png
│       │       │   ├── graphLabelCalloutRight.png
│       │       │   ├── grayConnectorPoint.png
│       │       │   ├── largerResourcesButtonGlyph.png
│       │       │   ├── localStorage.png
│       │       │   ├── nodeSearchButtonGlyph.png
│       │       │   ├── paneBottomGrow.png
│       │       │   ├── paneBottomGrowActive.png
│       │       │   ├── paneGrowHandleLine.png
│       │       │   ├── paneSettingsButtons.png
│       │       │   ├── pauseOnExceptionButtonGlyph.png
│       │       │   ├── percentButtonGlyph.png
│       │       │   ├── popoverArrows.png
│       │       │   ├── popoverBackground.png
│       │       │   ├── profileGroupIcon.png
│       │       │   ├── profileIcon.png
│       │       │   ├── profileSmallIcon.png
│       │       │   ├── profilesIcon.png
│       │       │   ├── profilesSilhouette.png
│       │       │   ├── programCounterBorder.png
│       │       │   ├── radioDot.png
│       │       │   ├── recordButtonGlyph.png
│       │       │   ├── recordToggledButtonGlyph.png
│       │       │   ├── reloadButtonGlyph.png
│       │       │   ├── resourceCSSIcon.png
│       │       │   ├── resourceDocumentIcon.png
│       │       │   ├── resourceDocumentIconSmall.png
│       │       │   ├── resourceJSIcon.png
│       │       │   ├── resourcePlainIcon.png
│       │       │   ├── resourcePlainIconSmall.png
│       │       │   ├── resourcesIcon.png
│       │       │   ├── resourcesSilhouette.png
│       │       │   ├── resourcesSizeGraphIcon.png
│       │       │   ├── resourcesTimeGraphIcon.png
│       │       │   ├── scriptsIcon.png
│       │       │   ├── scriptsSilhouette.png
│       │       │   ├── searchSmallBlue.png
│       │       │   ├── searchSmallBrightBlue.png
│       │       │   ├── searchSmallGray.png
│       │       │   ├── searchSmallWhite.png
│       │       │   ├── segment.png
│       │       │   ├── segmentEnd.png
│       │       │   ├── segmentHover.png
│       │       │   ├── segmentHoverEnd.png
│       │       │   ├── segmentSelected.png
│       │       │   ├── segmentSelectedEnd.png
│       │       │   ├── sessionStorage.png
│       │       │   ├── spinner.gif
│       │       │   ├── splitviewDimple.png
│       │       │   ├── splitviewDividerBackground.png
│       │       │   ├── statusbarBackground.png
│       │       │   ├── statusbarBottomBackground.png
│       │       │   ├── statusbarButtons.png
│       │       │   ├── statusbarMenuButton.png
│       │       │   ├── statusbarMenuButtonSelected.png
│       │       │   ├── statusbarResizerHorizontal.png
│       │       │   ├── statusbarResizerVertical.png
│       │       │   ├── storageIcon.png
│       │       │   ├── successGreenDot.png
│       │       │   ├── thumbActiveHoriz.png
│       │       │   ├── thumbActiveVert.png
│       │       │   ├── thumbHoriz.png
│       │       │   ├── thumbHoverHoriz.png
│       │       │   ├── thumbHoverVert.png
│       │       │   ├── thumbVert.png
│       │       │   ├── timelineBarBlue.png
│       │       │   ├── timelineBarGray.png
│       │       │   ├── timelineBarGreen.png
│       │       │   ├── timelineBarOrange.png
│       │       │   ├── timelineBarPurple.png
│       │       │   ├── timelineBarRed.png
│       │       │   ├── timelineBarYellow.png
│       │       │   ├── timelineCheckmarks.png
│       │       │   ├── timelineDots.png
│       │       │   ├── timelineHollowPillBlue.png
│       │       │   ├── timelineHollowPillGray.png
│       │       │   ├── timelineHollowPillGreen.png
│       │       │   ├── timelineHollowPillOrange.png
│       │       │   ├── timelineHollowPillPurple.png
│       │       │   ├── timelineHollowPillRed.png
│       │       │   ├── timelineHollowPillYellow.png
│       │       │   ├── timelineIcon.png
│       │       │   ├── timelinePillBlue.png
│       │       │   ├── timelinePillGray.png
│       │       │   ├── timelinePillGreen.png
│       │       │   ├── timelinePillOrange.png
│       │       │   ├── timelinePillPurple.png
│       │       │   ├── timelinePillRed.png
│       │       │   ├── timelinePillYellow.png
│       │       │   ├── toolbarItemSelected.png
│       │       │   ├── trackHoriz.png
│       │       │   ├── trackVert.png
│       │       │   ├── treeDownTriangleBlack.png
│       │       │   ├── treeDownTriangleWhite.png
│       │       │   ├── treeRightTriangleBlack.png
│       │       │   ├── treeRightTriangleWhite.png
│       │       │   ├── treeUpTriangleBlack.png
│       │       │   ├── treeUpTriangleWhite.png
│       │       │   ├── undockButtonGlyph.png
│       │       │   ├── userInputIcon.png
│       │       │   ├── userInputPreviousIcon.png
│       │       │   ├── userInputResultIcon.png
│       │       │   ├── warningIcon.png
│       │       │   ├── warningMediumIcon.png
│       │       │   ├── warningOrangeDot.png
│       │       │   ├── warningsErrors.png
│       │       │   └── whiteConnectorPoint.png
│       │       ├── InjectedFakeWorker.js
│       │       ├── InjectedScript.js
│       │       ├── InjectedScriptAccess.js
│       │       ├── InspectorBackendStub.js
│       │       ├── InspectorFrontendHostStub.js
│       │       ├── KeyboardShortcut.js
│       │       ├── MetricsSidebarPane.js
│       │       ├── Object.js
│       │       ├── ObjectPropertiesSection.js
│       │       ├── ObjectProxy.js
│       │       ├── Panel.js
│       │       ├── PanelEnablerView.js
│       │       ├── Placard.js
│       │       ├── Popover.js
│       │       ├── ProfileDataGridTree.js
│       │       ├── ProfileView.js
│       │       ├── ProfilesPanel.js
│       │       ├── PropertiesSection.js
│       │       ├── PropertiesSidebarPane.js
│       │       ├── Resource.js
│       │       ├── ResourceCategory.js
│       │       ├── ResourceView.js
│       │       ├── ResourcesPanel.js
│       │       ├── ScopeChainSidebarPane.js
│       │       ├── Script.js
│       │       ├── ScriptView.js
│       │       ├── ScriptsPanel.js
│       │       ├── Section.js
│       │       ├── Settings.js
│       │       ├── ShortcutsHelp.js
│       │       ├── SidebarPane.js
│       │       ├── SidebarTreeElement.js
│       │       ├── SourceCSSTokenizer.js
│       │       ├── SourceCSSTokenizer.re2js
│       │       ├── SourceFrame.js
│       │       ├── SourceHTMLTokenizer.js
│       │       ├── SourceHTMLTokenizer.re2js
│       │       ├── SourceJavaScriptTokenizer.js
│       │       ├── SourceJavaScriptTokenizer.re2js
│       │       ├── SourceTokenizer.js
│       │       ├── SourceView.js
│       │       ├── StatusBarButton.js
│       │       ├── StoragePanel.js
│       │       ├── StylesSidebarPane.js
│       │       ├── SummaryBar.js
│       │       ├── TabbedPane.js
│       │       ├── TestController.js
│       │       ├── TextEditorHighlighter.js
│       │       ├── TextEditorModel.js
│       │       ├── TextPrompt.js
│       │       ├── TextViewer.js
│       │       ├── TimelineAgent.js
│       │       ├── TimelineGrid.js
│       │       ├── TimelineOverviewPane.js
│       │       ├── TimelinePanel.js
│       │       ├── TopDownProfileDataGridTree.js
│       │       ├── View.js
│       │       ├── WatchExpressionsSidebarPane.js
│       │       ├── WebKit.qrc
│       │       ├── WelcomeView.js
│       │       ├── WorkersSidebarPane.js
│       │       ├── audits.css
│       │       ├── helpScreen.css
│       │       ├── inspector.css
│       │       ├── inspector.html
│       │       ├── inspector.js
│       │       ├── inspectorSyntaxHighlight.css
│       │       ├── popover.css
│       │       ├── textViewer.css
│       │       ├── treeoutline.js
│       │       └── utilities.js
│       ├── WebKitBrowser.dll
│       ├── WebKitBrowser.dll.manifest
│       ├── WebKitBrowserTest.exe
│       ├── WebKitBrowserTest.pdb
│       ├── icudt40.dll
│       ├── icuin40.dll
│       ├── icuuc40.dll
│       ├── libcurl.dll
│       ├── libeay32.dll
│       ├── libexslt.dll
│       ├── libxml2.dll
│       ├── libxslt.dll
│       ├── objc.dll
│       ├── pthreadVC2.dll
│       ├── ssleay32.dll
│       └── stdole.dll
└── obj
    └── x86
        └── Debug
            ├── CoreCompileInputs.cache
            ├── DesignTimeResolveAssemblyReferences.cache
            ├── DesignTimeResolveAssemblyReferencesInput.cache
            ├── TempPE
            ├── WebKitBrowserTest.csproj.FileListAbsolute.txt
            ├── WebKitBrowserTest.csprojResolveAssemblyReference.cache
            ├── WebKitBrowserTest.exe
            └── WebKitBrowserTest.pdb

14 directories, 322 files



标签: WebKit .NET NET web bin

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警