Skip to content

theolivenbaum/webview2-control

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webview2-control

Window Forms and WFP control for the Microsoft WebView2 web browser control.

When Microsoft revealed their plans for a Chrome based Edge browser the first thing I thought was "I wonder if they are going to support an embedded web browser control"? Well sure enough they released WebView2 and I've been keeping an eye on the releases. Recently I found a great sample written by David Risney and I was inspired to take a shot at putting together a C# version.

This project contains a Windows Forms and a WPF control implementation of the WebView2 C++ contorl . It's built using the interop project I wrote.

This project now contains a Wpf and Windows Forms port of the C++ WebView2 API Sample application. These samples demonstrate almost all of the different functionality that the WebView2 supports. Testing the AddRemoteObject/RemoveRemoteObject functionality reqires the building and registering of the dll in the RemoteComObject project.

I've removed the original browser samples from the main solution but they are still available in the source directory if you want to build them.

If you just want to run the original Windows Form version of the browser project using nuget packages then you can downloaded it from webview2-dotnetbrowser

Installing / Getting started

  • Microsoft Edge (Chromium) installed on a supported OS.
  • Visual Stdio 2017 or 2019 with C# and desktop development set up
  1. open the main solution Src\WebView2.sln
  2. Select either the WebView2.WinForms.Sample or the WebView2.Wpf.Sample as the starup project
  3. Check the properties of the RemoteComObject project. You may need to change the Platform Toolset or Window SDK Version to match your environment.
  4. Build and Run.

Features

  • Windows Forms WebView2 control
  • Windows Forms API sample project
  • WPF WebView2 control
  • WPF Browser API sample project

Links

Licensing

The code in this project is licensed under MIT license.

About

.net controls for the Edge WebView2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 73.8%
  • JavaScript 15.9%
  • HTML 5.8%
  • CSS 3.1%
  • C++ 1.1%
  • C 0.3%