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
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# WebView2 Samples
2
2
3
-
This repository contains sampples that demonstrate the features and usage patterns of [WebView2](https://aka.ms/webview2). As we add more features to WebView2, we will regularly update our samples.
3
+
This repository contains samples that demonstrate the features and usage patterns of [WebView2](https://aka.ms/webview2). As we add more features to WebView2, we will regularly update our samples.
4
4
5
-
Please leave feedback in out[our feedback repo](https://aka.ms/webviewfeedback)!
5
+
Please leave feedback in our[our feedback repo](https://aka.ms/webviewfeedback)!
6
6
7
7
## Win32 C/C++
8
8
#### Getting Started
@@ -19,10 +19,10 @@ The [WebView2Browser](https://github.com/MicrosoftEdge/WebView2Browser) is an ad
19
19
20
20
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application that utilizes multiple WebViews.
21
21
22
-
## .NET WPF/WinForms
22
+
## .NET (WPF and Windows Forms)
23
23
#### Getting Started
24
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 [WinForms getting started guide](https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/winforms) for WebView2 in WinForms 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
26
27
27
#### Comprehensive API Sample
28
28
* The **WPF Sample** can be found in the [WebView2WpfBrowser](./WebView2WpfBrowser) directory.
@@ -33,7 +33,7 @@ Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Brow
33
33
The **UWP WinUI Sample** can be found in the [WinUI Controls Gallery](https://github.com/microsoft/Xaml-Controls-Gallery/tree/winui3preview).
34
34
35
35
## Next Steps
36
-
1. Checkout [Introduction to Microsoft Edge WebView2](aka.ms/webview) to learn more about WebView2
37
-
2. Please leave us feedback in out [feedback repo](https://aka.ms/webviewfeedback).
36
+
* Checkout [Introduction to Microsoft Edge WebView2](aka.ms/webview) to learn more about WebView2
37
+
* Please leave us feedback in out [feedback repo](https://aka.ms/webviewfeedback).
0 commit comments