This repository contains getting started apps as well as sample apps that demonstrate the features and usage patterns of WebView2. As we add more features to WebView2, we will regularly update our samples.
In the GettingStarted folder you will find the starter code for its respective guide listed below:
In the SampleApps folder you will find:
- WebView2Samples.sln - a collective solution that includes WebView2APISample.vcxproj, WebView2SampleWinComp.vcxproj, WebView2WpfBrowser.csproj, WebView2WindowsFormsBrowser.csproj, WV2DeploymentWiXCustomActionSample, and WV2DeploymentWiXBurnBundleSample.
Share feedback in the WebView2 Feedback repo.
Start with the Win32 WebView2 getting-started guide to learn how to setup a WebView within a Win32 application.
This guide uses the Win32_GettingStarted sample code from the GettingStartedGuides directory.
The Win32 C++ Sample is in the WebView2APISample directory and WebView2SampleWinComp directory.
The WebView2Browser is an additional Win32 WebView2 sample project that uses multiple WebViews in a single application. Clone this project by running git clone https://github.com/MicrosoftEdge/WebView2Browser.git
.
Follow the WebView2Browser guide to learn how to build an application that utilizes multiple WebViews.
-
Read the WPF getting started guide for WebView2 in WPF applications.
-
See the Windows Forms getting started guide for WebView2 in WinForms applications.
- The WPF Sample is in the WebView2WpfBrowser directory.
- The Windows Forms Sample is in the WebView2WindowsFormsBrowser directory.
The UWP WinUI Sample is in the WinUI Controls Gallery directory.
To help developers understand how to deploy Evergreen WebView2 Runtime with your applications, see the following samples:
- WV2DeploymentWiXCustomActionSample creates a WiX installer for WebView2APISample and uses WiX Custom Action to chain-install the Evergreen WebView2 Runtime.
- WV2DeploymentWiXBurnBundleSample creates a WiX installer for WebView2APISample and uses WiX Burn Bundle to chain-install the Evergreen WebView2 Runtime.
- WV2DeploymentVSInstallerSample uses the Microsoft Visual Studio Installer Projects to create an installer for WebView2APISample and chain-install the Evergreen WebView2 Runtime.
- See Introduction to Microsoft Edge WebView2 to learn more about WebView2.
- To submit an issue specifically about this repo, see Issues | MicrosoftEdge/WebView2Samples.
- Share feedback about the WebView2 control in the WebView2 Feedback repo.