Skip to content

Commit db63711

Browse files
authored
Merge pull request #4 from pagoe-msft/master
WebView2 Samples Update
2 parents fad95e0 + a9581f9 commit db63711

File tree

5 files changed

+16
-3
lines changed

5 files changed

+16
-3
lines changed
File renamed without changes.

README.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
1-
# HelloWebView - start
1+
# WebView2 Samples
2+
3+
This repository contain examples of how to use the [WebView 2 API](https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2).
4+
5+
## 1. Getting Started Guide
6+
7+
Start with the [Microsoft Edge WebView2 getting-started guide](https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2/gettingstarted) to learn how to setup a WebView within a Win32 application.
8+
9+
This Sample is found within the GettingStartedGuide directory.
10+
11+
## 2. WebView2 Browser Example
12+
13+
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application that utilizes multiple WebViews.
14+
15+
Clone the project by running `git clone https://github.com/MicrosoftEdge/WebView2Browser.git` to get started.
16+
217

3-
Starting point for [Microsoft Edge WebView2 getting-started guide](https://docs.microsoft.com/en-us/microsoft-edge/hosting/webview2/gettingstarted).
418

5-
Clone the project by running `git clone https://github.com/MicrosoftEdge/WebView2Samples.git` to get started.

0 commit comments

Comments
 (0)