Searching Microsoft Edge Chromium DLL for C# WPF Project [closed]

十年热恋 提交于 2020-01-17 21:24:29

问题


Now there is Microsoft Edge Chromium.

The Project uses cefcharp at the moment. But I want to use Chromium from Edge.

I am working on a C# Project with WPF and I am using a Chromium DLL. In my WPF Project I have give the user the oportunity to use a WebBrowser. And I want to embedd everyting inside my solution. Thats why I can not say to my users something like "Please Download the Chrome Browser".

Is there a DLL wich I can use for my project which is not like Google Chrome Browser but like the new and fast Microsoft Edge Chromium. A so called

Microsoft-Chromium.DLL

TL;DR;

Does something like a Microsoft-Chromium.DLL exist?

Maybe hidden inside a Developer Forum of some kind.


回答1:


Try looking at CefSharp.

It is available from NuGet and is a Chromium based browser for WinForms and WPF.



来源:https://stackoverflow.com/questions/59773684/searching-microsoft-edge-chromium-dll-for-c-sharp-wpf-project

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!