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/Uri.xml
+9-11Lines changed: 9 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -2433,27 +2433,25 @@ If you used an escaped string to construct this instance (for example, `"http://
2433
2433
<formattype="text/markdown"><![CDATA[
2434
2434
2435
2435
## Remarks
2436
-
The <xref:System.Uri.GetLeftPart%2A> method returns a string containing the leftmost portion of the URI string, ending with the portion specified by `part`.
2437
2436
2438
-
<xref:System.Uri.GetLeftPart%2A> includes delimiters in the following cases:
2437
+
The <xref:System.Uri.GetLeftPart%2A> method returns a string containing the leftmost portion of the URI string, ending with the portion specified by `part`.
2439
2438
2440
-
- <xref:System.UriPartial.Scheme> includes the scheme delimiter.
2439
+
<xref:System.Uri.GetLeftPart%2A> includes delimiters in the following cases:
2441
2440
2442
-
- <xref:System.UriPartial.Authority> does not include the path delimiter.
2441
+
- <xref:System.UriPartial.Scheme> includes the scheme delimiter.
2442
+
- <xref:System.UriPartial.Authority> does not include the path delimiter.
2443
+
- <xref:System.UriPartial.Path> includes the path delimiter and any delimiters in the original URI up to the query or fragment delimiter.
2444
+
- <xref:System.UriPartial.Query> includes the <xref:System.UriPartial.Path>, plus the query and its delimiter.
2443
2445
2444
-
- <xref:System.UriPartial.Path> includes any delimiters in the original URI up to the query or fragment delimiter.
2445
-
2446
-
- <xref:System.UriPartial.Query> includes the <xref:System.UriPartial.Path>, plus the query and its delimiter.
2447
-
2448
-
The following examples show a URI and the results of calling <xref:System.Uri.GetLeftPart%2A> with <xref:System.UriPartial.Scheme>, <xref:System.UriPartial.Authority>, <xref:System.UriPartial.Path>, or <xref:System.UriPartial.Query>.
2446
+
The following examples show a URI and the results of calling <xref:System.Uri.GetLeftPart%2A> with <xref:System.UriPartial.Scheme>, <xref:System.UriPartial.Authority>, <xref:System.UriPartial.Path>, or <xref:System.UriPartial.Query>.
0 commit comments