/WebView2Samples

Microsoft Edge WebView2 samples

Primary LanguageC++

WebView2 Samples

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.

1. Getting Started Guide

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.

2. WebView2 API Sample

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.

3. WebView2 Browser Example

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.