PSP
PSP

Reputation: 243

WebKit for C# 2015

I Wanted to know is there any WebKit port for C# (.NET). As far as I found there is only this WebKit.Net port which was first hosted on Sourceforge and then moved on to Github. But the problem is it was last updated 2 years ago in 2013 which is now old. So is there any other port of WebKit for C# which is in active development ? If not, how can I my self port WebKit for C# ?

Upvotes: 6

Views: 13738

Answers (2)

Anna Dolbina
Anna Dolbina

Reputation: 1110

You can take a look at DotNetBrowser. This project is developed actively, there is usually about one release per month. It provides a Chromium-based component that can be embedded in a .NET application.

DotNetBrowser itself is commercial, but there are free open-source and academic licences.

Actually, I work with the team, which created it ;)

Upvotes: -3

PSP
PSP

Reputation: 243

There is a library that called CEFsharp. It is a library that is based on Chromium Embedded Framework, the open source version of Google Chrome, and can be used to embed a full-featured standards-complaint web browser into your C# or VB.NET app.

Upvotes: 6

Related Questions