C # html5 web browser object

I am trying to create a web browser object in C # that supports html5 as good as Safari or Chrome. My main goal is video playback or video tag support. So far I have WebKit.Net working and playing html5 video from w3schools, but this only works when installing QuickTime; and i really hate this route. I read http://en.wikipedia.org/wiki/HTML5_video , so I know why you need fast time.

I'm currently trying to wrap chrome in a C # web browser object. Do you have any suggestions on how I can create a C # web browser that supports html5?

+3
source share
2 answers

: https://github.com/chillitom/CefSharp

Chromium .Net/#. . Github , .

:

  • , INotifyPropertyChanged
  • ExecuteJavascript
  • /.
  • CLR JavaScript Chromium.

-, .

+1

Source: https://habr.com/ru/post/1772207/


All Articles