Skip to content

Commit 6994c69

Browse files
committed
not install a sample
1 parent 94f025f commit 6994c69

7 files changed

Lines changed: 7 additions & 7 deletions

File tree

microsoft-edge/webview2/get-started/get-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 02/22/2023
1010
---
1111
# Getting Started tutorials
1212

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. You learn WebView2 concepts along the way. If you want to first install and run a sample, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article.
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. You learn WebView2 concepts along the way. If you want to run a sample first, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article.
1414

1515

1616
| Article | Completed project | Description |

microsoft-edge/webview2/get-started/hololens2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 11/25/2024
1212

1313
This tutorial is for developers using WebView2 in immersive HoloLens 2 Unity applications.
1414

15-
This article is to learn to write your own WebView2 code. If you want to first install and run a sample, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article.
15+
This article is to learn to write your own WebView2 code. If you want to run a sample first, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article.
1616

1717
> [!IMPORTANT]
1818
> WebView2 on Hololens 2 continues to be available. However, support for WebView2 on Hololens 2 is discontinued; there are no planned bug fixes or content updates, and technical support has ended. Applications that use WebView2 on Hololens 2 are not guaranteed to continue to work.

microsoft-edge/webview2/get-started/win32.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 07/29/2022
1212

1313
<!-- TODO: Rewrite to start from a project template? -->
1414

15-
This article is to learn to write your own WebView2 code. If you want to first install and run a sample, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article.
15+
This article is to learn to write your own WebView2 code. If you want to run a sample first, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article.
1616

1717
In this article, you set up your development tools (if not done already), learn how to add WebView2 code to a Win32 app project, and learn about WebView2 concepts along the way.
1818

microsoft-edge/webview2/get-started/winforms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 10/26/2022
1010
---
1111
# Get started with WebView2 in WinForms apps
1212

13-
This article is to learn to write your own WebView2 code. If you want to first install and run a sample, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article, such as [WinForms sample app](../samples/webview2windowsformsbrowser.md).
13+
This article is to learn to write your own WebView2 code. If you want to run a sample first, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article, such as [WinForms sample app](../samples/webview2windowsformsbrowser.md).
1414

1515
<!--
1616
todo: errors experienced with vs2022 by following these instructions:

microsoft-edge/webview2/get-started/winui.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 11/01/2024
1010
---
1111
# Get started with WebView2 in WinUI 3 (Windows App SDK) apps
1212

13-
This article is to learn to write your own WebView2 code. If you want to first install and run a sample, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article, such as [WinUI 3 (Windows App SDK) sample app](../samples/webview2-winui3-sample.md).
13+
This article is to learn to write your own WebView2 code. If you want to run a sample first, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article, such as [WinUI 3 (Windows App SDK) sample app](../samples/webview2-winui3-sample.md).
1414

1515
This article covers how to set up your development tools and create an initial WebView2 app for WinUI 3 (Windows App SDK), and learn about WebView2 concepts along the way. You first use the **Blank App, Packaged (WinUI 3 in Desktop)** Visual Studio project template, which uses the WindowsAppSDK, which includes the WebView2 SDK. You then add a WebView2 control, an Address bar and **Go** button, and URL logic to only allow navigating to HTTPS URLs.
1616

microsoft-edge/webview2/get-started/winui2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 10/31/2023
1010
---
1111
# Get started with WebView2 in WinUI 2 (UWP) apps
1212

13-
This article is to learn to write your own WebView2 code. If you want to first install and run a sample, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article, such as [WinUI 2 (UWP) sample app](../samples/webview2_sample_uwp.md).
13+
This article is to learn to write your own WebView2 code. If you want to run a sample first, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article, such as [WinUI 2 (UWP) sample app](../samples/webview2_sample_uwp.md).
1414

1515
In this tutorial, you:
1616
* Set up your development tools for creating UWP apps that use WebView2 to display web content.

microsoft-edge/webview2/get-started/wpf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 09/19/2022
1010
---
1111
# Get started with WebView2 in WPF apps
1212

13-
This article is to learn to write your own WebView2 code. If you want to first install and run a sample, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article, such as [WPF sample app](../samples/webview2wpfbrowser.md).
13+
This article is to learn to write your own WebView2 code. If you want to run a sample first, see [Win32 sample app](../samples/webview2apissample.md) or another sample app article, such as [WPF sample app](../samples/webview2wpfbrowser.md).
1414

1515
This article covers how to set up your development tools and create an initial WebView2 app for Windows Presentation Foundation (WPF), and learn about WebView2 concepts along the way.
1616

0 commit comments

Comments
 (0)