在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 修改版cefsharp62源码,支持.net4.0

修改版cefsharp62源码,支持.net4.0

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:1.12M
  • 下载次数:12
  • 浏览次数:519
  • 发布时间:2021-11-07
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
cefsharp62 修改版,支持framework4.0.有问题加 微信: hdawin ,请备注
【实例截图】
【核心代码】
4744300845241824359.rar
├── afterbuild.example.ps1
├── appveyor.yml
├── Build.bat
├── build.ps1
├── CefSharp
│   ├── async.cs
│   ├── AsyncExtensions.cs
│   ├── BindingOptions.cs
│   ├── Callback
│   │   ├── IAuthCallback.cs
│   │   ├── IBeforeDownloadCallback.cs
│   │   ├── ICallback.cs
│   │   ├── ICompletionCallback.cs
│   │   ├── IDeleteCookiesCallback.cs
│   │   ├── IDownloadItemCallback.cs
│   │   ├── IFileDialogCallback.cs
│   │   ├── IGeolocationCallback.cs
│   │   ├── IGetGeolocationCallback.cs
│   │   ├── IJavascriptCallback.cs
│   │   ├── IJsDialogCallback.cs
│   │   ├── IPrintToPdfCallback.cs
│   │   ├── IRegisterCdmCallback.cs
│   │   ├── IRequestCallback.cs
│   │   ├── IResolveCallback.cs
│   │   ├── IRunContextMenuCallback.cs
│   │   ├── ISelectClientCertificateCallback.cs
│   │   ├── ISetCookieCallback.cs
│   │   ├── TaskCompletionCallback.cs
│   │   ├── TaskDeleteCookiesCallback.cs
│   │   ├── TaskGetGeolocationCallback.cs
│   │   ├── TaskPrintToPdfCallback.cs
│   │   ├── TaskRegisterCdmCallback.cs
│   │   ├── TaskResolveCallback.cs
│   │   └── TaskSetCookieCallback.cs
│   ├── CdmRegistration.cs
│   ├── CefCustomScheme.cs
│   ├── CefExtension.cs
│   ├── CefLibraryHandle.cs
│   ├── CefSharp.csproj
│   ├── CefSharpSettings.cs
│   ├── Cookie.cs
│   ├── DefaultResourceHandlerFactory.cs
│   ├── DefaultResourceHandlerFactoryItem.cs
│   ├── DependencyChecker.cs
│   ├── DomNode.cs
│   ├── DownloadItem.cs
│   ├── Enums
│   │   ├── CdmRegistrationErrorCode.cs
│   │   ├── CefErrorCode.cs
│   │   ├── CefEventFlags.cs
│   │   ├── CefFileDialogMode.cs
│   │   ├── CefFocusSource.cs
│   │   ├── CefGeoPositionErrorCode.cs
│   │   ├── CefJsDialogType.cs
│   │   ├── CefMenuCommand.cs
│   │   ├── CefPdfPrintMarginType.cs
│   │   ├── CefReturnValue.cs
│   │   ├── CefState.cs
│   │   ├── CefTerminationStatus.cs
│   │   ├── CefThreadIds.cs
│   │   ├── CertStatus.cs
│   │   ├── ContextMenuEditState.cs
│   │   ├── ContextMenuMediaState.cs
│   │   ├── ContextMenuMediaType.cs
│   │   ├── ContextMenuType.cs
│   │   ├── CursorType.cs
│   │   ├── DragOperationsMask.cs
│   │   ├── FilterStatus.cs
│   │   ├── KeyEventType.cs
│   │   ├── KeyType.cs
│   │   ├── LogSeverity.cs
│   │   ├── MenuItemType.cs
│   │   ├── MouseButtonType.cs
│   │   ├── PaintElementType.cs
│   │   ├── PluginPolicy.cs
│   │   ├── PostDataElementType.cs
│   │   ├── ReferrerPolicy.cs
│   │   ├── ResourceType.cs
│   │   ├── SslContentStatus.cs
│   │   ├── SslVersion.cs
│   │   ├── TransitionType.cs
│   │   ├── UrlRequestFlags.cs
│   │   ├── UrlRequestStatus.cs
│   │   └── WindowOpenDisposition.cs
│   ├── Event
│   │   ├── AddressChangedEventArgs.cs
│   │   ├── ConsoleMessageEventArgs.cs
│   │   ├── FrameLoadEndEventArgs.cs
│   │   ├── FrameLoadStartEventArgs.cs
│   │   ├── IsBrowserInitializedChangedEventArgs.cs
│   │   ├── LoadErrorEventArgs.cs
│   │   ├── LoadingStateChangedEventArgs.cs
│   │   ├── StatusMessageEventHandler.cs
│   │   └── TitleChangedEventArgs.cs
│   ├── Geoposition.cs
│   ├── Handler
│   │   ├── IBrowserProcessHandler.cs
│   │   ├── IContextMenuHandler.cs
│   │   ├── IDialogHandler.cs
│   │   ├── IDisplayHandler.cs
│   │   ├── IDownloadHandler.cs
│   │   ├── IDragHandler.cs
│   │   ├── IFindHandler.cs
│   │   ├── IFocusHandler.cs
│   │   ├── IGeolocationHandler.cs
│   │   ├── IJsDialogHandler.cs
│   │   ├── IKeyboardHandler.cs
│   │   ├── ILifeSpanHandler.cs
│   │   ├── ILoadHandler.cs
│   │   ├── IRenderProcessMessageHandler.cs
│   │   ├── IRequestContextHandler.cs
│   │   ├── IRequestHandler.cs
│   │   └── IResourceHandler.cs
│   ├── IBitmapFactory.cs
│   ├── IBrowser.cs
│   ├── IBrowserHost.cs
│   ├── IBrowserSettings.cs
│   ├── IContextMenuParams.cs
│   ├── ICookieManager.cs
│   ├── IDomNode.cs
│   ├── IDragData.cs
│   ├── IFrame.cs
│   ├── IMenuModel.cs
│   ├── Internals
│   │   ├── BitmapInfo.cs
│   │   ├── BrowserProcessResponse.cs
│   │   ├── BrowserProcessService.cs
│   │   ├── BrowserProcessServiceHost.cs
│   │   ├── ByteArrayResourceHandler.cs
│   │   ├── CefSharpArguments.cs
│   │   ├── CefTimeUtils.cs
│   │   ├── CommandLineArgsParser.cs
│   │   ├── FileResourceHandler.cs
│   │   ├── IBrowserAdapter.cs
│   │   ├── IBrowserProcess.cs
│   │   ├── IJavascriptCallbackFactory.cs
│   │   ├── IntPtrExtensions.cs
│   │   ├── IRenderWebBrowser.cs
│   │   ├── IWebBrowserInternal.cs
│   │   ├── JavascriptCallback.cs
│   │   ├── JavascriptCallbackEndpointBehavior.cs
│   │   ├── JavascriptCallbackSurrogate.cs
│   │   ├── JavascriptMethod.cs
│   │   ├── JavascriptObject.cs
│   │   ├── JavascriptObjectRepository.cs
│   │   ├── JavascriptProperty.cs
│   │   ├── JavascriptRootObject.cs
│   │   ├── MethodInvocationCompleteArgs.cs
│   │   ├── MethodInvocation.cs
│   │   ├── MethodInvocationResult.cs
│   │   ├── MethodParameter.cs
│   │   ├── MethodRunnerQueue.cs
│   │   ├── PendingTaskRepository.cs
│   │   ├── ReflectionUtils.cs
│   │   ├── RenderprocessClientFactory.cs
│   │   ├── TaskExtensions.cs
│   │   └── WCFExtensions.cs
│   ├── InternalWebBrowserExtensions.cs
│   ├── IPopupFeatures.cs
│   ├── IPostData.cs
│   ├── IPostDataElement.cs
│   ├── IRequestContext.cs
│   ├── IRequest.cs
│   ├── IResourceHandlerFactory.cs
│   ├── IResponse.cs
│   ├── IResponseFilter.cs
│   ├── ISslInfo.cs
│   ├── ITaskScheduler.cs
│   ├── IWebBrowser.cs
│   ├── IWindowInfo.cs
│   ├── JavascriptIgnoreAttribute.cs
│   ├── JavascriptResponse.cs
│   ├── ModelBinding
│   │   ├── BindingContext.cs
│   │   ├── BindingMemberInfo.cs
│   │   ├── DefaultBinder.cs
│   │   ├── DefaultFieldNameConverter.cs
│   │   ├── IBinder.cs
│   │   ├── IFieldNameConverter.cs
│   │   ├── IMethodInterceptor.cs
│   │   └── ModelBindingExtensions.cs
│   ├── NavigationEntry.cs
│   ├── PdfPrintSettings.cs
│   ├── PostDataExtensions.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── ProxyOptions.cs
│   ├── ResourceHandler.cs
│   ├── SchemeHandler
│   │   ├── FolderSchemeHandlerFactory.cs
│   │   └── ISchemeHandlerFactory.cs
│   ├── SslStatus.cs
│   ├── Structs
│   │   ├── CefDirtyRect.cs
│   │   ├── CompositionUnderline.cs
│   │   ├── DraggableRegion.cs
│   │   ├── KeyEvent.cs
│   │   ├── MouseEvent.cs
│   │   ├── Range.cs
│   │   ├── Rect.cs
│   │   ├── ResolveCallbackResult.cs
│   │   ├── ScreenInfo.cs
│   │   └── ViewRect.cs
│   ├── TaskEx.cs
│   ├── Visitor
│   │   ├── ICookieVisitor.cs
│   │   ├── INavigationEntryVisitor.cs
│   │   ├── IStringVisitor.cs
│   │   ├── IWebPluginInfoVisitor.cs
│   │   ├── TaskCookieVisitor.cs
│   │   ├── TaskNavigationEntryVisitor.cs
│   │   ├── TaskStringVisitor.cs
│   │   └── TaskWebPluginInfoVisitor.cs
│   ├── WebBrowserExtensions.cs
│   └── WebPluginInfo.cs
├── CefSharp3.ChildProcessDbgSettings
├── CefSharp3.sln
├── CefSharp3.sln.DotSettings
├── CefSharp.BrowserSubprocess
│   ├── app.config
│   ├── app.manifest
│   ├── CefSharp.BrowserSubprocess.csproj
│   ├── Program.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── CefSharp.BrowserSubprocess.Core
│   ├── AssemblyInfo.cpp
│   ├── Async
│   │   ├── JavascriptAsyncMethodCallback.cpp
│   │   ├── JavascriptAsyncMethodCallback.h
│   │   ├── JavascriptAsyncMethodHandler.cpp
│   │   ├── JavascriptAsyncMethodHandler.h
│   │   ├── JavascriptAsyncMethodWrapper.cpp
│   │   ├── JavascriptAsyncMethodWrapper.h
│   │   ├── JavascriptAsyncObjectWrapper.cpp
│   │   └── JavascriptAsyncObjectWrapper.h
│   ├── CefAppUnmanagedWrapper.cpp
│   ├── CefAppUnmanagedWrapper.h
│   ├── CefBrowserWrapper.h
│   ├── CefSharp.BrowserSubprocess.Core.vcxproj
│   ├── CefSharp.BrowserSubprocess.Core.vcxproj.filters
│   ├── JavascriptCallbackRegistry.cpp
│   ├── JavascriptCallbackRegistry.h
│   ├── JavascriptCallbackWrapper.h
│   ├── JavascriptMethodHandler.cpp
│   ├── JavascriptMethodHandler.h
│   ├── JavascriptMethodWrapper.cpp
│   ├── JavascriptMethodWrapper.h
│   ├── JavascriptObjectWrapper.cpp
│   ├── JavascriptObjectWrapper.h
│   ├── JavascriptPropertyHandler.h
│   ├── JavascriptPropertyWrapper.cpp
│   ├── JavascriptPropertyWrapper.h
│   ├── JavascriptRootObjectWrapper.cpp
│   ├── JavascriptRootObjectWrapper.h
│   ├── packages.config
│   ├── Resource.aps
│   ├── resource.h
│   ├── Resource.rc
│   ├── Serialization
│   │   ├── JsObjectsSerialization.cpp
│   │   ├── JsObjectsSerialization.h
│   │   ├── V8Serialization.cpp
│   │   └── V8Serialization.h
│   ├── Stdafx.cpp
│   ├── Stdafx.h
│   ├── SubProcess.h
│   ├── TypeUtils.cpp
│   ├── TypeUtils.h
│   ├── vcclr_local.h
│   ├── WcfEnabledSubProcess.cpp
│   └── WcfEnabledSubProcess.h
├── CefSharp.Core
│   ├── AssemblyInfo.cpp
│   ├── BrowserSettings.h
│   ├── Cef.h
│   ├── CefSettings.h
│   ├── CefSharp.Core.vcxproj
│   ├── CefSharp.Core.vcxproj.filters
│   ├── CookieManager.cpp
│   ├── CookieManager.h
│   ├── Internals
│   │   ├── CefAuthCallbackWrapper.h
│   │   ├── CefBeforeDownloadCallbackWrapper.h
│   │   ├── CefBrowserHostWrapper.cpp
│   │   ├── CefBrowserHostWrapper.h
│   │   ├── CefCallbackWrapper.h
│   │   ├── CefCertificateCallbackWrapper.h
│   │   ├── CefCompletionCallbackAdapter.h
│   │   ├── CefContextMenuParamsWrapper.cpp
│   │   ├── CefContextMenuParamsWrapper.h
│   │   ├── CefDeleteCookiesCallbackAdapter.h
│   │   ├── CefDownloadItemCallbackWrapper.h
│   │   ├── CefDragDataWrapper.h
│   │   ├── CefFileDialogCallbackWrapper.h
│   │   ├── CefFrameWrapper.cpp
│   │   ├── CefFrameWrapper.h
│   │   ├── CefGeolocationCallbackWrapper.h
│   │   ├── CefGetGeolocationCallbackAdapter.h
│   │   ├── CefJSDialogCallbackWrapper.h
│   │   ├── CefMenuModelWrapper.h
│   │   ├── CefNavigationEntryVisitorAdapter.h
│   │   ├── CefPdfPrintCallbackWrapper.h
│   │   ├── CefPostDataElementWrapper.h
│   │   ├── CefPostDataWrapper.h
│   │   ├── CefRegisterCdmCallbackAdapter.h
│   │   ├── CefRequestCallbackWrapper.h
│   │   ├── CefRequestWrapper.cpp
│   │   ├── CefRequestWrapper.h
│   │   ├── CefResolveCallbackAdapter.h
│   │   ├── CefResponseFilterAdapter.h
│   │   ├── CefResponseWrapper.h
│   │   ├── CefRunContextMenuCallbackWrapper.h
│   │   ├── CefSetCookieCallbackAdapter.h
│   │   ├── CefSharpApp.h
│   │   ├── CefSharpBrowserWrapper.cpp
│   │   ├── CefSharpBrowserWrapper.h
│   │   ├── CefSslInfoWrapper.h
│   │   ├── CefTaskScheduler.h
│   │   ├── CefTaskWrapper.h
│   │   ├── CefWrapper.h
│   │   ├── ClientAdapter.cpp
│   │   ├── ClientAdapter.h
│   │   ├── CookieVisitor.cpp
│   │   ├── CookieVisitor.h
│   │   ├── JavascriptCallbackFactory.cpp
│   │   ├── JavascriptCallbackFactory.h
│   │   ├── JavascriptCallbackProxy.cpp
│   │   ├── JavascriptCallbackProxy.h
│   │   ├── MCefRefPtr.h
│   │   ├── Messaging
│   │   │   └── Messages.h
│   │   ├── PluginVisitor.h
│   │   ├── RenderClientAdapter.h
│   │   ├── ReportUnhandledExceptions.h
│   │   ├── Serialization
│   │   │   ├── JsObjectsSerialization.cpp
│   │   │   ├── JsObjectsSerialization.h
│   │   │   ├── ObjectsSerialization.cpp
│   │   │   ├── ObjectsSerialization.h
│   │   │   ├── Primitives.cpp
│   │   │   ├── Primitives.h
│   │   │   ├── V8Serialization.cpp
│   │   │   └── V8Serialization.h
│   │   ├── StringUtils.h
│   │   ├── StringVisitor.cpp
│   │   ├── StringVisitor.h
│   │   └── TypeConversion.h
│   ├── ManagedCefBrowserAdapter.cpp
│   ├── ManagedCefBrowserAdapter.h
│   ├── NativeMethodWrapper.cpp
│   ├── NativeMethodWrapper.h
│   ├── packages.config
│   ├── PopupFeatures.h
│   ├── RequestContext.h
│   ├── RequestContextHandler.h
│   ├── RequestContextSettings.h
│   ├── Resource.aps
│   ├── resource.h
│   ├── ResourceHandlerWrapper.cpp
│   ├── ResourceHandlerWrapper.h
│   ├── Resource.rc
│   ├── SchemeHandlerFactoryWrapper.h
│   ├── Stdafx.cpp
│   ├── Stdafx.h
│   ├── vcclr_local.h
│   └── WindowInfo.h
├── CefSharp.Example
│   ├── AsyncBoundObject.cs
│   ├── BoundObject.cs
│   ├── CallbackResponseStruct.cs
│   ├── CefExample.cs
│   ├── CefSharp.Example.csproj
│   ├── CefSharpSchemeHandler.cs
│   ├── CefSharpSchemeHandlerFactory.cs
│   ├── DownloadHandler.cs
│   ├── ExceptionTestBoundObject.cs
│   ├── Filters
│   │   ├── AppendResponseFilter.cs
│   │   ├── FindReplaceMultiResponseFilter.cs
│   │   ├── FindReplaceResponseFilter.cs
│   │   ├── MemoryStreamResponseFilter.cs
│   │   └── PassThruResponseFilter.cs
│   ├── FlashResourceHandler.cs
│   ├── FlashResourceHandlerFactory.cs
│   ├── Handlers
│   │   └── BrowserProcessHandler.cs
│   ├── InMemorySchemeAndResourceHandlerFactory.cs
│   ├── JsDialogHandler.cs
│   ├── ModelBinding
│   │   └── MethodInterceptorLogger.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   └── Resources.resx
│   ├── Proxy
│   │   ├── InternetOpenType.cs
│   │   ├── InternetProxyInfo.cs
│   │   └── ProxyConfig.cs
│   ├── RenderProcessMessageHandler.cs
│   ├── RequestEventHandler
│   │   ├── EventArgs
│   │   │   ├── BaseRequestEventArgs.cs
│   │   │   ├── GetAuthCredentialsEventArgs.cs
│   │   │   ├── GetResourceResponseFilterEventArgs.cs
│   │   │   ├── OnBeforeBrowseEventArgs.cs
│   │   │   ├── OnBeforeResourceLoadEventArgs.cs
│   │   │   ├── OnCertificateErrorEventArgs.cs
│   │   │   ├── OnOpenUrlFromTabEventArgs.cs
│   │   │   ├── OnPluginCrashedEventArgs.cs
│   │   │   ├── OnProtocolExecutionEventArgs.cs
│   │   │   ├── OnQuotaRequestEventArgs.cs
│   │   │   ├── OnRenderProcessTerminatedEventArgs.cs
│   │   │   ├── OnRenderViewReadyEventArgs.cs
│   │   │   ├── OnResourceLoadCompleteEventArgs.cs
│   │   │   ├── OnResourceRedirectEventArgs.cs
│   │   │   └── OnResourceResponseEventArgs.cs
│   │   └── RequestEventHandler.cs
│   ├── RequestHandler.cs
│   ├── Resources
│   │   ├── assets
│   │   │   ├── css
│   │   │   │   ├── docs.css
│   │   │   │   ├── shCore.css
│   │   │   │   └── shCoreDefault.css
│   │   │   ├── images
│   │   │   │   └── beach-2089936_1920.jpg
│   │   │   └── js
│   │   │   ├── application.js
│   │   │   ├── jquery.js
│   │   │   ├── shBrushCSharp.js
│   │   │   ├── shBrushJScript.js
│   │   │   └── shCore.js
│   │   ├── BindingTest.html
│   │   ├── bootstrap
│   │   │   ├── bootstrap.min.css
│   │   │   ├── bootstrap.min.js
│   │   │   └── bootstrap-theme.min.css
│   │   ├── CdmSupportTest.html
│   │   ├── CssAnimation.html
│   │   ├── DraggableRegionTest.html
│   │   ├── ExceptionTest.html
│   │   ├── extension.js
│   │   ├── FramedWebGLTest.html
│   │   ├── Home.html
│   │   ├── MultiBindingTest.html
│   │   ├── PopupsTest.html
│   │   ├── PopupTest.html
│   │   ├── Recaptcha.html
│   │   ├── ResponseFilterTest.html
│   │   ├── SchemeTest.html
│   │   ├── ScriptedMethodsTest.html
│   │   ├── TooltipTest.html
│   │   ├── UnicodeExampleGreaterThan32kb.html
│   │   └── UnocodeExampleEqualTo32kb.html
│   ├── ScriptedMethodsBoundObject.cs
│   ├── ScriptedMethods.cs
│   ├── SimpleClass.cs
│   ├── SimpleSubClass.cs
│   ├── SubBoundObject.cs
│   └── TempFileDialogHandler.cs
├── CefSharp.Native.props
├── CefSharp.OffScreen
│   ├── BitmapFactory.cs
│   ├── CefSharp.OffScreen.csproj
│   ├── ChromiumWebBrowser.cs
│   ├── GdiBitmapInfo.cs
│   ├── PopupBlending.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── CefSharp.OffScreen.Example
│   ├── app.config
│   ├── app.manifest
│   ├── CefSharp.OffScreen.Example.csproj
│   ├── crash_reporter.cfg
│   ├── packages.config
│   ├── Program.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── CefSharp.props
├── CefSharp.shfbproj
├── CefSharp.snk
├── CefSharp.Test
│   ├── app.config
│   ├── CefSharpFixtureCollection.cs
│   ├── CefSharpFixture.cs
│   ├── CefSharp.Test.csproj
│   ├── Framework
│   │   └── AsyncExtensionFacts.cs
│   ├── OffScreen
│   │   └── OffScreenBrowserBasicFacts.cs
│   ├── packages.config
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── WebBrowserTestExtensions.cs
│   ├── WinForms
│   │   └── WinFormsBrowserBasicFacts.cs
│   └── Wpf
│   └── WpfBrowserBasicFacts.cs
├── CefSharp.WinForms
│   ├── CefSharp.WinForms.csproj
│   ├── ChromiumWebBrowser.cs
│   ├── Internals
│   │   ├── ControlExtensions.cs
│   │   ├── DefaultFocusHandler.cs
│   │   ├── NativeMethods.cs
│   │   └── ParentFormMessageInterceptor.cs
│   ├── IWinFormsWebBrowser.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── CefSharp.WinForms.Example
│   ├── AboutBox.cs
│   ├── AboutBox.Designer.cs
│   ├── AboutBox.resx
│   ├── app.config
│   ├── app.manifest
│   ├── BrowserForm.cs
│   ├── BrowserForm.Designer.cs
│   ├── BrowserForm.resx
│   ├── BrowserTabUserControl.cs
│   ├── BrowserTabUserControl.Designer.cs
│   ├── BrowserTabUserControl.resx
│   ├── CefSharp.WinForms.Example.csproj
│   ├── CefSharp.WinForms.Example.csproj.DotSettings
│   ├── ChromeWidgetMessageInterceptor.cs
│   ├── crash_reporter.cfg
│   ├── Handlers
│   │   ├── DisplayHandler.cs
│   │   ├── GeolocationHandler.cs
│   │   ├── KeyboardHandler.cs
│   │   ├── LifeSpanHandler.cs
│   │   ├── MenuHandler.cs
│   │   ├── WinFormsBrowserProcessHandler.cs
│   │   └── WinFormsRequestHandler.cs
│   ├── InputBox.cs
│   ├── InputBox.Designer.cs
│   ├── InputBox.resx
│   ├── Minimal
│   │   ├── SimpleBrowserForm.cs
│   │   ├── SimpleBrowserForm.Designer.cs
│   │   ├── SimpleBrowserForm.resx
│   │   ├── TabulationDemoForm.cs
│   │   ├── TabulationDemoForm.Designer.cs
│   │   └── TabulationDemoForm.resx
│   ├── packages.config
│   ├── Program.cs
│   ├── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   └── Resources.resx
│   └── Resources
│   ├── chromium-256.png
│   ├── nav_left_green.png
│   ├── nav_plain_green.png
│   ├── nav_plain_red.png
│   └── nav_right_green.png
├── CefSharp.WinForms.Test
│   ├── CefSharp.WinForms.Test.csproj
│   ├── InitTest.cs
│   └── Properties
│   └── AssemblyInfo.cs
├── CefSharp.Wpf
│   ├── CefSharp.Wpf.csproj
│   ├── ChromiumWebBrowser.cs
│   ├── DelegateCommand.cs
│   ├── Internals
│   │   └── WpfExtensions.cs
│   ├── IWpfWebBrowser.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── Rendering
│   │   ├── BitmapFactory.cs
│   │   ├── InteropBitmapInfo.cs
│   │   ├── WpfBitmapInfo.cs
│   │   └── WritableBitmapInfo.cs
│   ├── RenderingEventArgs.cs
│   └── WM.cs
├── CefSharp.Wpf.Example
│   ├── app.config
│   ├── app.manifest
│   ├── App.xaml
│   ├── App.xaml.cs
│   ├── Assets
│   │   └── Images
│   ├── CefSharp.Wpf.Example.csproj
│   ├── Controls
│   │   ├── CefSharpCommands.cs
│   │   └── NonReloadingTabControl.cs
│   ├── crash_reporter.cfg
│   ├── Handlers
│   │   ├── DisplayHandler.cs
│   │   ├── DragHandler.cs
│   │   ├── GeolocationHandler.cs
│   │   ├── LifespanHandler.cs
│   │   ├── MenuHandler.cs
│   │   ├── RequestContextHandler.cs
│   │   └── WpfBrowserProcessHandler.cs
│   ├── MainWindow.xaml
│   ├── MainWindow.xaml.cs
│   ├── packages.config
│   ├── Program.cs
│   ├── Properties
│   │   └── AssemblyInfo.cs
│   ├── SimpleMainWindow.xaml
│   ├── SimpleMainWindow.xaml.cs
│   ├── SpawnBrowsersWindow.xaml
│   ├── SpawnBrowsersWindow.xaml.cs
│   ├── ViewModels
│   │   └── BrowserTabViewModel.cs
│   └── Views
│   ├── BrowserTabView.xaml
│   └── BrowserTabView.xaml.cs
├── CONTRIBUTING.md
├── ISSUE_TEMPLATE.md
├── LICENSE
├── logo.png
├── NuGet
│   ├── CefSharp.Common.nuspec
│   ├── CefSharp.Common.props
│   ├── CefSharp.Common.targets
│   ├── CefSharp.OffScreen.nuspec
│   ├── CefSharp.OffScreen.props
│   ├── CefSharp.OffScreen.targets
│   ├── CefSharp.WinForms.nuspec
│   ├── CefSharp.WinForms.props
│   ├── CefSharp.WinForms.targets
│   ├── CefSharp.Wpf.nuspec
│   ├── CefSharp.Wpf.props
│   ├── CefSharp.Wpf.targets
│   └── Readme.txt
├── NuGet.config
├── old
│   ├── CefSharp.Tests
│   │   ├── BoundObject.cs
│   │   ├── BrowserApplication.cs
│   │   ├── CefSharp.Tests.csproj
│   │   ├── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── ResourceTests.cs
│   │   └── TestPage.html
│   ├── CefUsageTests
│   │   ├── app.config
│   │   ├── CefUsageTests.csproj
│   │   ├── MainForm.cs
│   │   ├── MainForm.Designer.cs
│   │   ├── MainForm.resx
│   │   ├── Program.cs
│   │   └── Properties
│   │   ├── AssemblyInfo.cs
│   │   ├── Resources.Designer.cs
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.cs
│   │   └── Settings.settings
│   └── run_tests.bat
├── README.md
└── README.WPF.md

72 directories, 584 files

标签:

实例下载地址

修改版cefsharp62源码,支持.net4.0

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警