Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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# ?

like image 633
PSP Avatar asked Sep 26 '15 14:09

PSP


People also ask

What is WebKit used for?

WebKit is the web browser engine used by Safari, Mail, App Store, and many other apps on macOS, iOS, and Linux. Get started contributing code, or reporting bugs. Web developers can follow development, check feature status, download Safari Technology Preview to try out the latest web technologies, and report bugs.

What language is WebKit?

Scripts. The preferred language for WebKit project scripts is Python. We have legacy scripts in Perl and Ruby, but we ask that new scripts be done in Python.

Is WebKit still used?

Google's Chrome web browser was built on WebKit, an open source rendering engine developed by Apple that also underpins many other browsers, including Safari and Opera. But on Wednesday, Google told the world it will no longer use WebKit.


1 Answers

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.

like image 136
PSP Avatar answered Nov 07 '22 01:11

PSP