How to Add the Firefox and Chrome to C# Browser Control?

后端 未结 3 1427
庸人自扰
庸人自扰 2021-01-07 08:57

Can you please let me know how I can add other browser controls like Chrome, Firefox, ... to C# web browser control?I am trying to create a HTML and CSS rules tester in C# a

3条回答
  •  挽巷
    挽巷 (楼主)
    2021-01-07 09:35

    Assuming that you merely want to use other browsers, not add Chrome or Firefox to the C# Web Browser control...here are some helpful links:

    CefSharp Embedded Chromium for .NET: https://github.com/chillitom/CefSharp

    Embedding Gecko (firefox engine): https://developer.mozilla.org/en-US/docs/Gecko/Embedding_Mozilla/FAQ/Embedding_Gecko

提交回复
热议问题