This repository contain examples of how to use the WebView 2 API.
This Sample is found within the GettingStartedGuide directory.
Start with the Microsoft Edge WebView2 getting-started guide to learn how to setup a WebView within a Win32 application.
This Sample is found within the WebView2APISample directory.
The Microsoft Edge WebView2APISample is a comprehensive example of our SDK's capabilities. As we add more functionality, we will update the API Sample.
This Sample is found within the WpfWebView2APISample directory.
The Microsoft Edge WpfWebView2APISample is an example with a Win32 WebView2 Control hosted in WPF.
Clone the WebView2Browser by running git clone https://github.com/MicrosoftEdge/WebView2Browser.git
to get started.
Follow the WebView2Browser guide to learn how to build an application that utilizes multiple WebViews.