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
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -2108,6 +2108,9 @@ If you used an escaped string to construct this instance (for example, `"http://
2108
2108
2109
2109
The <xref:System.Uri.Fragment%2A> property is not considered in any <xref:System.Uri.Equals%2A> comparison.
2110
2110
2111
+
> [!NOTE]
2112
+
> The property includes the leading delimiter (`#`), whereas the URI specification (RFC 3986) recognizes the fragment as the portion of a URI without the delimiter.
2113
+
2111
2114
## Examples
2112
2115
The following example creates a <xref:System.Uri> instance and writes the fragment information to the console.
2113
2116
@@ -4218,6 +4221,9 @@ The following examples show a URI and the results of calling <xref:System.Uri.Ge
4218
4221
4219
4222
For more information on IRI support, see the Remarks section for the <xref:System.Uri> class.
4220
4223
4224
+
> [!NOTE]
4225
+
> The property includes the leading delimiter (`?`), whereas the URI specification (RFC 3986) recognizes the query as the portion of a URI without the delimiter.
4226
+
4221
4227
## Examples
4222
4228
The following example writes the query `?date=today` to the console.
0 commit comments