Skip to content

Commit 9a6fe87

Browse files
committed
PR feedback fixes
1 parent c9d8f3f commit 9a6fe87

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

support/developer/dotnet/framework/general/query-xpathdocument-xpath-csharp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Query XPathDocument By Using an XPath Expression
3-
description: Demonstrates how to query an XPathDocument object by using an XML Path Language (XPath) expression that uses the XPathNavigator class.
3+
description: Demonstrates how to query an XPathDocument object by using an XML Path Language (XPath) expression and the XPathNavigator class.
44
ms.date: 07/07/2025
55
ms.reviewer: JAYAPST
66
ms.topic: how-to
@@ -10,7 +10,7 @@ ms.custom: sap:Class Library Namespaces
1010
---
1111
# Query XML with an XPath expression in Visual C\#
1212

13-
This article discusses how to query an `XPathDocument` object by using an XML Path Language (XPath) expression that uses the `XPathNavigator` class.
13+
This article discusses how to query an `XPathDocument` object by using an XML Path Language (XPath) expression and the `XPathNavigator` class.
1414

1515
XPath is used programmatically to evaluate expressions and select specific nodes in a document.
1616

support/developer/dotnet/framework/general/secure-applications.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ms.custom: sap:Common Language Runtime (CLR)
1111

1212
This article discusses important considerations for securing applications that are built on Microsoft .NET Framework.
1313

14-
This article is one of a series of articles that provide detailed information for applications that are built on .NET Framework.
15-
1614
For important consideration when deploying applications that are built on the .NET Framework, see the related [Deploy applications that are built on the .NET Framework](/troubleshoot/developer/dotnet/framework/installation/deploy-applications).
1715

1816
_Applies to:_ .NET Framework

support/developer/dotnet/framework/installation/deploy-applications.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ ms.topic: how-to
1111

1212
This article describes important considerations for deploying applications that are built on the .NET Framework.
1313

14-
This article is one of a series of articles that provide detailed information for applications that are built on the .NET Framework.
15-
1614
For important considerations when securing applications that are built on the .NET Framework, see the related [Secure applications that are built on the .NET Framework](/troubleshoot/developer/dotnet/framework/general/secure-applications).
1715

1816
_Applies to:_ .NET Framework

0 commit comments

Comments
 (0)