You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.IO.Packaging/PackUriHelper.xml
+23-23Lines changed: 23 additions & 23 deletions
Original file line number
Diff line number
Diff line change
@@ -81,7 +81,7 @@
81
81
82
82
]]></format>
83
83
</remarks>
84
-
<exceptioncref="T:System.ArgumentException">Either <paramrefname="firstPackUri" /> or <paramrefname="secondPackUri" /> is not an absolute [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)].
84
+
<exceptioncref="T:System.ArgumentException">Either <paramrefname="firstPackUri" /> or <paramrefname="secondPackUri" /> is not an absolute URI.
<paramname="firstPartUri">The [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of the first <seecref="T:System.IO.Packaging.PackagePart" />.</param>
121
-
<paramname="secondPartUri">The [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of the second <seecref="T:System.IO.Packaging.PackagePart" />.</param>
122
-
<summary>Returns a value that indicates whether two package part [!INCLUDE[TLA2#tla_uri#plural](~/includes/tla2sharptla-urisharpplural-md.md)] are equivalent.</summary>
120
+
<paramname="firstPartUri">The URI of the first <seecref="T:System.IO.Packaging.PackagePart" />.</param>
121
+
<paramname="secondPartUri">The URI of the second <seecref="T:System.IO.Packaging.PackagePart" />.</param>
122
+
<summary>Returns a value that indicates whether two package part URIs are equivalent.</summary>
123
123
<returns>A value that indicates the relationship between <paramrefname="firstPartUri" /> and <paramrefname="secondPartUri" />.
124
124
125
125
<listtype="table"><listheader><term> Value
@@ -143,12 +143,12 @@
143
143
<formattype="text/markdown"><], a null [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] is always less than a non-null [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)]. For cases where `firstPartUri` and `secondPartUri` are both relative <xref:System.IO.Packaging.PackagePart> URIs, <xref:System.IO.Packaging.PackUriHelper.ComparePartUri%2A> performs the comparison.
146
+
If both `firstPartUri` and `secondPartUri` are `null`, <xref:System.IO.Packaging.PackUriHelper.ComparePartUri%2A> returns 0. When comparing <xref:System.IO.Packaging.PackagePart> URIs, a null URI is always less than a non-null URI. For cases where `firstPartUri` and `secondPartUri` are both relative <xref:System.IO.Packaging.PackagePart> URIs, <xref:System.IO.Packaging.PackUriHelper.ComparePartUri%2A> performs the comparison.
147
147
148
148
]]></format>
149
149
</remarks>
150
150
<exceptioncref="T:System.ArgumentException">
151
-
<paramrefname="firstPartUri" /> or <paramrefname="secondPartUri" /> is not a valid part [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] syntax.</exception>
151
+
<paramrefname="firstPartUri" /> or <paramrefname="secondPartUri" /> is not a valid part URI syntax.</exception>
<paramname="packageUri">The [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of the <seecref="T:System.IO.Packaging.Package" />.</param>
288
-
<paramname="partUri">The [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of the <seecref="T:System.IO.Packaging.PackagePart" /> in the package.</param>
289
-
<summary>Creates a pack URI given a <seecref="T:System.IO.Packaging.Package" /> [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] and the [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of a part in the package.</summary>
287
+
<paramname="packageUri">The URI of the <seecref="T:System.IO.Packaging.Package" />.</param>
288
+
<paramname="partUri">The URI of the <seecref="T:System.IO.Packaging.PackagePart" /> in the package.</param>
289
+
<summary>Creates a pack URI given a <seecref="T:System.IO.Packaging.Package" /> URI and the URI of a part in the package.</summary>
290
290
<returns>The pack URI of the given <seecref="T:System.IO.Packaging.PackagePart" />.</returns>
<paramname="packageUri">The [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of the <seecref="T:System.IO.Packaging.Package" />.</param>
363
-
<paramname="partUri">The [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of the <seecref="T:System.IO.Packaging.PackagePart" /> in the package.</param>
362
+
<paramname="packageUri">The URI of the <seecref="T:System.IO.Packaging.Package" />.</param>
363
+
<paramname="partUri">The URI of the <seecref="T:System.IO.Packaging.PackagePart" /> in the package.</param>
364
364
<paramname="fragment">A "#" reference identifying an element within the package part.</param>
365
-
<summary>Creates a pack URI given a <seecref="T:System.IO.Packaging.Package" /> [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)], the [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of a part in the package, and a "#" fragment to append.</summary>
365
+
<summary>Creates a pack URI given a <seecref="T:System.IO.Packaging.Package" /> URI, the URI of a part in the package, and a "#" fragment to append.</summary>
366
366
<returns>The pack URI that identifies the specified package, package part, and fragment.</returns>
367
367
<remarks>
368
368
<formattype="text/markdown"><] of a <xref:System.IO.Packaging.PackagePart> is always referenced from the <xref:System.IO.Packaging.Package> root.
455
+
The URI of a <xref:System.IO.Packaging.PackagePart> is always referenced from the <xref:System.IO.Packaging.Package> root.
456
456
457
457
The returned <xref:System.IO.Packaging.PackagePart> URI is an absolute path that always starts with "/" and conforms to the syntax defined in the [Open Packaging Conventions Specification](https://go.microsoft.com/fwlink/?LinkID=71255).
458
458
@@ -676,7 +676,7 @@ The partUri extracted from <paramref name="packUri" /> does not conform to the v
676
676
</Parameters>
677
677
<Docs>
678
678
<paramname="partUri">The <seecref="P:System.IO.Packaging.PackagePart.Uri" /> of the <seecref="T:System.IO.Packaging.PackagePart" /> to return the URI for the associated <seecref="T:System.IO.Packaging.PackageRelationship" />.</param>
679
-
<summary>Returns the [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of the relationship part associated with a specified <seecref="T:System.IO.Packaging.PackagePart" />.</summary>
679
+
<summary>Returns the URI of the relationship part associated with a specified <seecref="T:System.IO.Packaging.PackagePart" />.</summary>
680
680
<returns>The URI of the <seecref="T:System.IO.Packaging.PackageRelationship" /> part associated with the <seecref="T:System.IO.Packaging.PackagePart" /> identified by <paramrefname="partUri" />.</returns>
681
681
<remarks>
682
682
<formattype="text/markdown"><] of the source part.</param>
741
-
<paramname="targetPartUri">The [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of the target part.</param>
742
-
<summary>Returns the relative [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] between two specified <seecref="T:System.IO.Packaging.PackagePart" /> [!INCLUDE[TLA2#tla_uri#plural](~/includes/tla2sharptla-urisharpplural-md.md)].</summary>
743
-
<returns>The relative [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] from <paramrefname="sourcePartUri" /> to <paramrefname="targetPartUri" />.</returns>
740
+
<paramname="sourcePartUri">The URI of the source part.</param>
741
+
<paramname="targetPartUri">The URI of the target part.</param>
742
+
<summary>Returns the relative URI between two specified <seecref="T:System.IO.Packaging.PackagePart" /> URIs.</summary>
743
+
<returns>The relative URI from <paramrefname="sourcePartUri" /> to <paramrefname="targetPartUri" />.</returns>
744
744
<remarks>
745
745
<formattype="text/markdown"><] of the relationship part to return the <seecref="P:System.IO.Packaging.PackageRelationship.SourceUri" /> from.</param>
793
-
<summary>Returns the <seecref="P:System.IO.Packaging.PackageRelationship.SourceUri" /> from the <seecref="T:System.IO.Packaging.PackageRelationship" /> with a specified [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)].</summary>
792
+
<paramname="relationshipPartUri">The URI of the relationship part to return the <seecref="P:System.IO.Packaging.PackageRelationship.SourceUri" /> from.</param>
793
+
<summary>Returns the <seecref="P:System.IO.Packaging.PackageRelationship.SourceUri" /> from the <seecref="T:System.IO.Packaging.PackageRelationship" /> with a specified URI.</summary>
794
794
<returns>The <seecref="P:System.IO.Packaging.PackageRelationship.SourceUri" /> of the <seecref="T:System.IO.Packaging.PackagePart" /> from the relationship with the specified <paramrefname="relationshipPartUri" />.</returns>
795
795
<remarks>
796
796
<formattype="text/markdown"><].
808
+
<paramrefname="relationshipPartUri" /> is an absolute URI.
809
809
810
810
-or-
811
811
@@ -849,7 +849,7 @@ The partUri extracted from <paramref name="packUri" /> does not conform to the v
849
849
<ParameterName="partUri"Type="System.Uri" />
850
850
</Parameters>
851
851
<Docs>
852
-
<paramname="partUri">The [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] to check for a <seecref="T:System.IO.Packaging.PackageRelationship" /> part.</param>
852
+
<paramname="partUri">The URI to check for a <seecref="T:System.IO.Packaging.PackageRelationship" /> part.</param>
853
853
<summary>Returns a value that indicates whether a specified URI is the URI of a <seecref="T:System.IO.Packaging.PackageRelationship" /> part.</summary>
854
854
<returns>
855
855
<seelangword="true" /> if <paramrefname="partUri" /> identifies a <seecref="T:System.IO.Packaging.PackageRelationship" /> part; otherwise, <seelangword="false" />.</returns>
@@ -863,7 +863,7 @@ This method does not inspect the part contents; it is based solely on the name.
863
863
<exceptioncref="T:System.ArgumentNullException">
864
864
<paramrefname="partUri" /> is <seelangword="null" />.</exception>
865
865
<exceptioncref="T:System.ArgumentException">
866
-
<paramrefname="partUri" /> is an absolute [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)].
Copy file name to clipboardExpand all lines: xml/System.IO.Packaging/PackWebRequest.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@
120
120
<formattype="text/markdown"><]. For most traditional purposes (such as estimating the size of POST information), there is no need for this property.
123
+
Note that the pack URI protocol does not process information in the request other than the uniform resource identifier (URI). For most traditional purposes (such as estimating the size of POST information), there is no need for this property.
124
124
125
125
<xref:System.IO.Packaging.PackWebRequest.ContentLength%2A> returns 0 if the request resolves from the <xref:System.IO.Packaging.PackageStore> cache.
126
126
@@ -154,7 +154,7 @@
154
154
<formattype="text/markdown"><]. For most purposes (such as determining the type of POST information), there is no use for this property.
157
+
Note that the pack URI protocol does not process information in the request other than the uniform resource identifier (URI). For most purposes (such as determining the type of POST information), there is no use for this property.
158
158
159
159
<xref:System.IO.Packaging.PackWebRequest.ContentType%2A> returns an empty string if the request resolves from the <xref:System.IO.Packaging.PackageStore> cache.
160
160
@@ -449,8 +449,8 @@
449
449
<ReturnType>System.Uri</ReturnType>
450
450
</ReturnValue>
451
451
<Docs>
452
-
<summary>Gets the [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of the resource associated with the request.</summary>
453
-
<value>The [!INCLUDE[TLA#tla_uri](~/includes/tlasharptla-uri-md.md)] of the resource associated with the request.</value>
452
+
<summary>Gets the URI of the resource associated with the request.</summary>
453
+
<value>The uniform resource identifier (URI) of the resource associated with the request.</value>
Copy file name to clipboardExpand all lines: xml/System.IO.Packaging/PackWebRequestFactory.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -76,14 +76,14 @@
76
76
<ParameterName="uri"Type="System.Uri" />
77
77
</Parameters>
78
78
<Docs>
79
-
<paramname="uri">The [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] to create the Web request.</param>
79
+
<paramname="uri">The URI to create the Web request.</param>
80
80
<summary>This member supports the [!INCLUDE[TLA#tla_winclient](~/includes/tlasharptla-winclient-md.md)] infrastructure and is not intended to be used directly from your code. Use the type-safe <seecref="T:System.IO.Packaging.PackUriHelper" /> method instead.</summary>
81
81
<returns>The pack URI Web request.</returns>
82
82
<remarks>
83
83
<formattype="text/markdown"><].
86
+
Creates a pack URI Web request from a given uniform resource identifier (URI).
Copy file name to clipboardExpand all lines: xml/System.IO.Packaging/PackWebResponse.xml
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@
22
22
## Remarks
23
23
When you use the pack URI protocol, you can reference a package and its part elements either locally from inside a package or externally from a Web source.
24
24
25
-
For the pack URI protocol, the forward-slash characters (//) of an embedded [!INCLUDE[TLA#tla_uri](~/includes/tlasharptla-uri-md.md)] are represented by commas (,,). For example: `pack://http:,,www.adatum.com,folder,file.package/images/picture1.jpg` references the file `/images/picture1.jpg` that is contained in `http://www.adatum.com/folder/file.package`.
25
+
For the pack URI protocol, the forward-slash characters (//) of an embedded uniform resource identifier (URI) are represented by commas (,,). For example: `pack://http:,,www.adatum.com,folder,file.package/images/picture1.jpg` references the file `/images/picture1.jpg` that is contained in `http://www.adatum.com/folder/file.package`.
26
26
27
27
]]></format>
28
28
</remarks>
@@ -278,8 +278,8 @@
278
278
<ReturnType>System.Uri</ReturnType>
279
279
</ReturnValue>
280
280
<Docs>
281
-
<summary>Gets the [!INCLUDE[TLA#tla_uri](~/includes/tlasharptla-uri-md.md)] of the response.</summary>
282
-
<value>The [!INCLUDE[TLA2#tla_uri](~/includes/tla2sharptla-uri-md.md)] of the response.</value>
281
+
<summary>Gets the uniform resource identifier (URI) of the response.</summary>
282
+
<value>The URI of the response.</value>
283
283
<remarks>To be added.</remarks>
284
284
<relatedtype="ExternalDocumentation"href="https://go.microsoft.com/fwlink/?LinkID=73431">The Addressing Model of the Open Packaging Conventions</related>
0 commit comments