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: microsoft-edge/webview2/get-started/get-started.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ ms.date: 01/24/2022
10
10
---
11
11
# Getting Started tutorials
12
12
13
-
These articles cover how to set up your development tools and create an initial WebView2 app, and learn about WebView2 concepts along the way.
13
+
These articles cover how to set up your development tools and create an initial WebView2 app, like a Hello World app with basic functionality. Learn about WebView2 concepts along the way.
14
14
15
15
| Article | Completed project | Description |
16
16
|---|---|---|
@@ -25,5 +25,5 @@ These articles cover how to set up your development tools and create an initial
25
25
## See also
26
26
27
27
*[Microsoft Edge WebView2](https://developer.microsoft.com/microsoft-edge/webview2) - initial introduction to WebView2, at `developer.microsoft.com`.
28
-
*[Sample apps](../code-samples-links.md) - these sample apps showcase more of the WebView2 APIs than the Getting Started tutorials.
29
-
*[WebView2Samples repo](https://github.com/MicrosoftEdge/WebView2Samples#readme) - contains completed Visual Studio projects that result from following the steps in these Getting Started tutorials.
28
+
*[Sample apps](../code-samples-links.md) - framework-specific sample apps that showcase more of the WebView2 APIs than the Getting Started tutorials.
29
+
*[WebView2Samples repo](https://github.com/MicrosoftEdge/WebView2Samples#readme) - contains completed Visual Studio projects that result from following the steps in these Getting Started tutorials, as well as sample apps and deployment samples.
0 commit comments