MicrosoftEdge / WebView2Browser

A web browser built with the Microsoft Edge WebView2 control.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C# version of this sample

MuleaneEve opened this issue · comments

Would you please consider writing a C# version of this sample?

It would make it much easier for us C# developers to dive into this new feature.

Sorry, but this sample is of no use to me at all, seeing as I use C# for development.

Right now we only have the Win32 API preview but we are looking into building a WPF/WinForms control for WebView2 as well. We're focusing on getting win32 right first as the .NET control would be based on that anyways, but in time we'd want to include some tutorial/sample code for .NET for sure.

That's great to hear.
Thank you.

Is there a time frame for the .NET release?

Any guidance on the .NET release preview?

I just found an unofficial C# port of this sample:
https://github.com/michael-russin/webview2-dotnetbrowser

This developer also created an interop library and controls for WinForms & WPF.
Awesome work!

We don't have an C# equivalent for this sample, but we do have a few .NET samples on our samples repo.

When is WebView2 going to no longer be dependent on the canary build of Edge (Chromium)?

I already have Version 83.0.478.45 (Official build) (64-bit) installed, and I don't want to have to install the canary version just to try WebView2 out in WPF.

@yannduran WebView2 for both Win32 C/C++ and .NET has reached GA.

More info about WebView2 runtime requirement can be found in our documentation:
https://docs.microsoft.com/microsoft-edge/webview2/concepts/versioning#matching-webview2-runtime-versions

If this is still an issue please let us know in WebView2Feedback. Thanks!