Skip to content

Commit 179a2c8

Browse files
updated ReadME, corrected WPF guide
1 parent c7e6156 commit 179a2c8

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

GettingStartedGuides/WPF_GettingStarted/MainWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
55
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
66
xmlns:local="clr-namespace:WPFSample"
7-
xmlns:wv2="Windows.UI.Xaml.Controls"
7+
xmlns:wv2="clr-namespace:Microsoft.Web.WebView2.Wpf;assembly=Microsoft.Web.WebView2.Wpf"
88
mc:Ignorable="d"
99
Title="MainWindow" Height="450" Width="800">
1010

@@ -20,7 +20,7 @@
2020
</DockPanel>
2121

2222
<wv2:WebView2 Name="webView"
23-
Source="https://jasonstephen15.github.io/"
23+
Source="https://www.microsoft.com"
2424
/>
2525
</DockPanel>
2626

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
# WebView2 Samples
22

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.
3+
This repository contains getting started apps as well as sample apps 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+
5+
In the ``GettingStarted`` folder you will find the starter code for its respective guide listed below:
6+
- [Win32 Getting Started](https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/win32)
7+
- [WPF Getting Started](https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/wpf)
8+
- [WinUI Getting Started](https://docs.microsoft.com/en-us/microsoft-edge/webview2/gettingstarted/winui) (Releasing Soon)
9+
10+
In the ``Sample Apps`` folder you will find:
11+
- [WebView2Samples.sln](SampleApps/WebView2Samples.sln) - a collective soluction that inlcudes [WebView2APISample.vcxproj](SampleApps/WebView2APISample/WebView2APISample.vcxproj), [WebView2WpfBrowser.csproj](SampleApps/WebView2WpfBrowser/WebView2WpfBrowser.csproj), and [WebView2WindowsFormsBrowser.csproj](SampleApps/WebView2WindowsFormsBrowser/WebView2WindowsFormsBrowser.csproj).
412

5-
[WebView2Samples.sln](WebView2Samples.sln) is a collective soluction that inlcudes [WebView2APISample.vcxproj](WebView2APISample/WebView2APISample.vcxproj), [WebView2WpfBrowser.csproj](WebView2WpfBrowser/WebView2WpfBrowser.csproj), and [WebView2WindowsFormsBrowser.csproj](WebView2WindowsFormsBrowser/WebView2WindowsFormsBrowser.csproj).
613

714
Please leave feedback in our [our feedback repo](https://aka.ms/webviewfeedback)!
815

0 commit comments

Comments
 (0)