You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-7Lines changed: 14 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,35 +5,42 @@ This repository contains samples that demonstrate the features and usage pattern
5
5
Please leave feedback in our [our feedback repo](https://aka.ms/webviewfeedback)!
6
6
7
7
## Win32 C/C++
8
+
8
9
#### Getting Started
9
-
Start with the [Win32 WebView2 getting-started guide](https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/win32) to learn how to setup a WebView within a Win32 application.
10
+
11
+
Start with the [Win32 WebView2 getting-started guide](https://docs.microsoft.com/microsoft-edge/webview2/gettingstarted/win32) to learn how to setup a WebView within a Win32 application.
10
12
11
13
This will require downloading the [Getting Started Guide](https://github.com/MicrosoftEdge/WebView2Samples/tree/master/GettingStartedGuide) directory.
12
14
13
15
#### Comprehensive API Sample
16
+
14
17
The **Win32 C++ Sample** can be found in the [WebView2APISample](./WebView2APISample) directory.
15
18
16
-
#### Multiple WebView Sample
19
+
#### Multiple WebViews Sample
17
20
18
21
The [WebView2Browser](https://github.com/MicrosoftEdge/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`.
19
22
20
23
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application that utilizes multiple WebViews.
21
24
22
25
## .NET (WPF and Windows Forms)
23
-
#### Getting Started
24
-
* Checkout the [WPF getting started guide](https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/wpf) for WebView2 in WPF applications
25
-
* Checkout the [Windows Forms getting started guide](https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/winforms) for WebView2 in WinForms applications
26
+
27
+
#### Getting Started
28
+
29
+
* Checkout the [WPF getting started guide](https://docs.microsoft.com/microsoft-edge/webview2/gettingstarted/wpf) for WebView2 in WPF applications
30
+
* Checkout the [Windows Forms getting started guide](https://docs.microsoft.com/microsoft-edge/webview2/gettingstarted/winforms) for WebView2 in WinForms applications
26
31
27
32
#### Comprehensive API Sample
33
+
28
34
* The **WPF Sample** can be found in the [WebView2WpfBrowser](./WebView2WpfBrowser) directory.
29
35
* The **Windows Forms Sample** can be found in the [WebView2WindowsFormsBrowser](./WebView2WindowsFormsBrowser) directory.
30
36
31
37
## UWP/WinUI
38
+
32
39
#### Comprehensive API Sample
40
+
33
41
The **UWP WinUI Sample** can be found in the [WinUI Controls Gallery](https://github.com/microsoft/Xaml-Controls-Gallery/tree/winui3preview).
34
42
35
43
## Next Steps
44
+
36
45
* Checkout [Introduction to Microsoft Edge WebView2](aka.ms/webview) to learn more about WebView2
37
46
* Please leave us feedback in our [feedback repo](https://aka.ms/webviewfeedback).
0 commit comments