Skip to content

Commit 1f22eb9

Browse files
authored
40). Remove quotes from titles (#18711)
1 parent 10f1f82 commit 1f22eb9

34 files changed

+33
-127
lines changed

docs/standard/linq/build-linq-xml-examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to build LINQ to XML examples"
2+
title: How to build LINQ to XML examples
33
description: The C# and Visual Basic code in this documentation uses classes and types from various namespaces. To compile and run the code you must provide appropriate directives and statements to access the namespaces.
44
ms.date: 07/20/2015
55
ms.assetid: e5d18fa1-2704-48fe-a44b-1564f97c9e9c

docs/standard/linq/catch-parsing-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to catch parsing errors - LINQ to XML"
2+
title: How to catch parsing errors - LINQ to XML
33
description: An exception can occur in your C# or Visual Basic program if it tries to parse invalid XML with a method such as XElement.Parse. You can write the program to catch and respond to such exceptions.
44
ms.date: 7/20/2015
55
dev_langs:

docs/standard/linq/chain-axis-method-calls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to chain axis method calls - LINQ to XML"
2+
title: How to chain axis method calls - LINQ to XML
33
ms.date: 07/20/2015
44
dev_langs:
55
- "csharp"

docs/standard/linq/control-namespace-prefixes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to control namespace prefixes - LINQ to XML"
2+
title: How to control namespace prefixes - LINQ to XML
33
description: You can control namespace prefixes when serializing an XML tree in C# and Visual Basic. To do this, insert attributes that declare namespaces.
44
ms.date: 07/20/2015
55
dev_langs:

docs/standard/linq/create-document-namespaces-csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to create a document with namespaces in C# - LINQ to XML"
2+
title: How to create a document with namespaces in C# - LINQ to XML
33
description: Use the XNamespace object in C# to create documents that have default namespaces or namespaces with a prefix.
44
ms.date: 07/20/2015
55
ms.assetid: 37e63c57-f86d-47ac-88a7-2c2d107def30

docs/standard/linq/create-document-namespaces-visual-basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to create a document with namespaces in Visual Basic - LINQ to XML"
2+
title: How to create a document with namespaces in Visual Basic - LINQ to XML
33
description: Use XML literals in Visual Basic to create documents that have default namespaces or namespaces with a prefix.
44
ms.date: 07/20/2015
55
ms.assetid: cc5b0d4d-360c-4ada-94fa-2d2916e989be

docs/standard/linq/create-tree-xmlreader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "How to create a tree from an XmlReader - LINQ to XML"
2+
title: How to create a tree from an XmlReader - LINQ to XML
33
description: You can use an XmlReader in C# or Visual Basic to read XML and create an XML tree. You must properly position the XmlReader on an element node.
44
ms.date: 07/20/2015
55
dev_langs:

docs/standard/linq/create-xml-trees.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Create XML Trees in C# - LINQ to XML"
2+
title: Create XML Trees in C# - LINQ to XML
33
description: You can create an XML tree in C# using the LINQ to XML XElement and XAttribute constructors, and you can make the code resemble the structure of the underlying XML.
44
ms.date: 08/31/2018
55
ms.assetid: cc74234a-0bac-4327-9c8c-5a2ead15b595

docs/standard/linq/do-streaming-transformations-text-xml.md

Lines changed: 0 additions & 94 deletions
This file was deleted.

docs/standard/linq/functional-construction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Functional construction - LINQ to XML"
2+
title: Functional construction - LINQ to XML
33
description: LINQ to XML provides functional construction, which enables you to create an XML tree in a single statement.
44
ms.date: 07/20/2015
55
dev_langs:

0 commit comments

Comments
 (0)