Skip to content

Commit 644fa67

Browse files
committed
remove duplicate title SEO issues
1 parent b80bdc9 commit 644fa67

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/extensions/VisualExtensions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: Composition Visual Attached Properties
2+
title: Composition Visual Attached Properties Extension
33
author: nmetulev
4-
description: The Composition Visual Attached Properties allow Composition Visual Properties to be modified directly in XAML
4+
description: The Composition Visual Attached Properties Extension allow Composition Visual Properties to be modified directly in XAML
55
keywords: windows 10, uwp, windows community toolkit, uwp community toolkit, uwp toolkit, Visual, composition, xaml, attached property
66
---
77

8-
# Composition Visual Attached Properties
8+
# Composition Visual Attached Properties Extension
99

1010
The [Composition Visual](https://docs.microsoft.com/dotnet/api/microsoft.toolkit.uwp.ui.extensions.visualextensions) Attached Properties allow developers to modify common properties of the [object visual](https://docs.microsoft.com/uwp/api/Windows.UI.Composition.Visual) of an element directly in XAML.
1111

docs/extensions/WebView.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
2-
title: WebViewExtensions
2+
title: WebView
33
author: nmetulev
44
ms.date: 08/20/2017
55
description: The UWP Community Toolkit WebView extensions allow attaching HTML content to WebView through XAML directly or through Binding
66
keywords: windows 10, uwp, uwp community toolkit, uwp toolkit, WebViewExtensions, webview, extensions
77
---
88

9-
# WebViewExtensions
9+
# WebView
1010

11-
The **WebView** allows attaching HTML content to WebView.
11+
The **WebView** extension allows attaching HTML content to WebView.
1212

1313
## Example
1414

@@ -29,4 +29,3 @@ The **WebView** allows attaching HTML content to WebView.
2929
## API
3030

3131
* [WebViewExtensions source code](https://github.com/Microsoft/UWPCommunityToolkit/tree/master/Microsoft.Toolkit.Uwp.UI/Extensions/WebView)
32-

0 commit comments

Comments
 (0)