Skip to content

Commit 5d439a3

Browse files
authored
Update README.md
Markdown lint
1 parent 613f906 commit 5d439a3

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,35 +5,42 @@ This repository contains samples that demonstrate the features and usage pattern
55
Please leave feedback in our [our feedback repo](https://aka.ms/webviewfeedback)!
66

77
## Win32 C/C++
8+
89
#### 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.
1012

1113
This will require downloading the [Getting Started Guide](https://github.com/MicrosoftEdge/WebView2Samples/tree/master/GettingStartedGuide) directory.
1214

1315
#### Comprehensive API Sample
16+
1417
The **Win32 C++ Sample** can be found in the [WebView2APISample](./WebView2APISample) directory.
1518

16-
#### Multiple WebView Sample
19+
#### Multiple WebViews Sample
1720

1821
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`.
1922

2023
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application that utilizes multiple WebViews.
2124

2225
## .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
2631

2732
#### Comprehensive API Sample
33+
2834
* The **WPF Sample** can be found in the [WebView2WpfBrowser](./WebView2WpfBrowser) directory.
2935
* The **Windows Forms Sample** can be found in the [WebView2WindowsFormsBrowser](./WebView2WindowsFormsBrowser) directory.
3036

3137
## UWP/WinUI
38+
3239
#### Comprehensive API Sample
40+
3341
The **UWP WinUI Sample** can be found in the [WinUI Controls Gallery](https://github.com/microsoft/Xaml-Controls-Gallery/tree/winui3preview).
3442

3543
## Next Steps
44+
3645
* Checkout [Introduction to Microsoft Edge WebView2](aka.ms/webview) to learn more about WebView2
3746
* Please leave us feedback in our [feedback repo](https://aka.ms/webviewfeedback).
38-
39-

0 commit comments

Comments
 (0)