Skip to content

Commit 3ee99c3

Browse files
drewbatgitCopilot
andcommitted
Style fixes: meta titles, descriptions, tone, See also
- Differentiate meta titles from H1 (title case + keywords) - Lengthen meta descriptions to 120+ chars across 5 files - Use contraction (you'll) in quickstart intro - Fix grammar in elevation note - Add See also to other-frameworks page Co-authored-by: Copilot <[email protected]>
1 parent f1417ed commit 3ee99c3

5 files changed

Lines changed: 18 additions & 12 deletions

File tree

hub/apps/develop/notifications/app-notifications/app-notifications-additional-features.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Learn about additional app notification features including removing notifications, scheduling, custom audio, progress bars, and more.
3-
title: Additional app notification features
2+
description: Explore additional app notification features in the Windows App SDK, including removing notifications, scheduling, custom audio, progress bars, and organizing with collections and headers.
3+
title: Additional App Notification Features
44
label: Additional app notification features
55
template: detail.hbs
66
ms.date: 07/28/2025

hub/apps/develop/notifications/app-notifications/app-notifications-other-frameworks.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Learn how to use app notifications with WPF, WinForms, Console, and UWP apps.
3-
title: Use app notifications with other frameworks
2+
description: Learn how to send app notifications and handle activation in WPF, WinForms, Console, and UWP apps using the Windows App SDK notification APIs.
3+
title: App Notifications for WPF, WinForms, Console, and UWP
44
label: Use app notifications with other frameworks
55
template: detail.hbs
66
ms.date: 07/28/2025
@@ -20,3 +20,9 @@ The [app notifications quickstart](app-notifications-quickstart.md) demonstrates
2020
| UWP | [Use app notifications with a UWP app](/uwp/develop/app-notifications-uwp) |
2121

2222
For notification content, additional features, and design guidance, see [App notifications overview](index.md).
23+
24+
## See also
25+
26+
- [App notifications overview](index.md)
27+
- [Quickstart: App notifications](app-notifications-quickstart.md)
28+
- [App notification content](app-notifications-content.md)

hub/apps/develop/notifications/app-notifications/app-notifications-quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: Quickstart: Use app notifications with the Windows App SDK
3-
description: Send app notifications using the Windows App SDK
2+
title: "Quickstart: Send and Handle App Notifications"
3+
description: Send and respond to local app notifications in a WinUI app using the Windows App SDK. Walk through creating notification content, handling foreground and background activation, and configuring the app manifest.
44
ms.topic: quickstart
55
ms.date: 07/25/2025
66
keywords: toast, local, notification, windows app sdk, winappsdk
@@ -12,12 +12,12 @@ ms.custom: template-quickstart
1212

1313
![A screen capture showing an app notification above the task bar. The notification is a reminder for an event. The app name, event name, event time, and event location are shown. A selection input displays the currently selected value, "Going". There are two buttons labeled "RSVP" and "Dismiss"](images/shell-1x.png)
1414

15-
In this quickstart, you will create a WinUI app that sends and responds to local app notifications using the [Windows App SDK](../../../windows-app-sdk/index.md).
15+
In this quickstart, you'll create a WinUI app that sends and responds to local app notifications using the [Windows App SDK](../../../windows-app-sdk/index.md).
1616

1717
For complete sample apps that implement app notifications, see the [Windows App SDK Samples repo on GitHub](https://github.com/microsoft/WindowsAppSDK-Samples/tree/main/Samples/Notifications/).
1818

1919
> [!IMPORTANT]
20-
> Notifications for an elevated (admin) app is currently not supported.
20+
> App notifications aren't supported for elevated (admin) apps.
2121
2222
## Prerequisites
2323

hub/apps/develop/notifications/app-notifications/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: App notifications overview
3-
description: Overview of Windows App SDK App Notifications
2+
title: App Notifications Overview for Windows Apps
3+
description: Learn how to send, manage, and respond to app notifications in Windows apps using the Windows App SDK notification APIs and Notification Center.
44
ms.topic: concept-article
55
ms.date: 03/01/2026
66
keywords: toast, notification

hub/apps/develop/notifications/app-notifications/manage-app-notifications.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
description: Learn how to remove app notifications from Notification Center and control notification expiration.
3-
title: Remove app notifications
2+
description: Learn how to remove app notifications from Notification Center by tag and group, set expiration times, and control notification behavior on reboot with the Windows App SDK.
3+
title: Remove and Manage App Notifications
44
label: Remove app notifications
55
template: detail.hbs
66
ms.date: 07/28/2025

0 commit comments

Comments
 (0)