This repository contain examples of how to use the WebView 2 API. Please use WebView2Samples issue tracker for sample issues and WebViewFeedback issue tracker for general WebView2 issues and feedback.
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.
The Samples demonstrate all of the WebView2 SDK's features and their API use patterns. As we add more features to the WebView2 SDK, we will regularly update our sample applications. See WebView2Samples.sln that includes all three projects below:
- Win32 C/C++ Sample can be found within WebView2APISample directory.
- WPF Sample can be found within WebView2WpfBrowser directory.
- Windows Forms Sample can be found within WebView2WindowsFormsBrowser directory.
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.