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
Adding Windows Forms and WPF sample apps along with .NET preview (0.9.515) (#27)
Adding Windows Forms and WPF sample apps along with .NET preview (0.9.515)
- Added WebView2WpfBrowser project
- Added WebView2WindowsForms project
- Both projects are configured to use the latest 0.9.515-prerelease nuget package with .NET preview
PR by peiche
This repository contain examples of how to use the [WebView 2 API](https://docs.microsoft.com/microsoft-edge/hosting/webview2). Please use [WebView2Samples issue tracker](https://github.com/MicrosoftEdge/WebView2Samples/issues) for sample issues and [WebViewFeedback issue tracker](https://github.com/MicrosoftEdge/WebViewFeedback/issues) for general WebView2 issues and feedback.
3
+
This repository contain examples of how to use the [WebView 2 API](https://aka.ms/webview2). Please use [WebView2Samples issue tracker](https://github.com/MicrosoftEdge/WebView2Samples/issues) for sample issues and [WebViewFeedback issue tracker](https://aka.ms/webviewfeedback) for general WebView2 issues and feedback.
4
4
5
5
## 1. Getting Started Guide
6
6
7
7
This Sample is found within the [GettingStartedGuide](https://github.com/MicrosoftEdge/WebView2Samples/tree/master/GettingStartedGuide) directory.
8
8
9
9
Start with the [Microsoft Edge WebView2 getting-started guide](https://docs.microsoft.com/microsoft-edge/hosting/webview2/gettingstarted) to learn how to setup a WebView within a Win32 application.
10
10
11
-
## 2. WebView2 API Sample
11
+
## 2. WebView2 API Samples
12
12
13
-
This Sample is found within the [WebView2APISample](WebView2APISample) directory.
13
+
The Samples demonstrate all of the WebView2 SDK's features and their API use patterns. As we add more features to the WebView2 SDK, we will regularly update our sample applications. See [WebView2Samples.sln](./WebView2Samples.sln) that includes all three projects below:
14
14
15
-
The Microsoft Edge WebView2APISample is a comprehensive example of our SDK's capabilities. As we add more functionality, we will update the API Sample.
15
+
* Win32 C/C++ Sample can be found within [WebView2APISample](./WebView2APISample) directory.
16
+
* WPF Sample can be found within [WebView2WpfBrowser](./WebView2WpfBrowser) directory.
17
+
* Windows Forms Sample can be found within [WebView2WindowsFormsBrowser](./WebView2WindowsFormsBrowser) directory.
16
18
17
19
## 3. WebView2 Browser Example
18
20
19
21
Clone the [WebView2Browser](https://github.com/MicrosoftEdge/WebView2Browser) by running `git clone https://github.com/MicrosoftEdge/WebView2Browser.git` to get started.
20
22
21
23
Follow the [WebView2Browser guide](https://github.com/MicrosoftEdge/WebView2Browser) to learn how to build an application that utilizes multiple WebViews.
0 commit comments