diff --git a/xml/System/Uri.xml b/xml/System/Uri.xml index 026970f35b2..2a3815d7202 100644 --- a/xml/System/Uri.xml +++ b/xml/System/Uri.xml @@ -2108,6 +2108,9 @@ If you used an escaped string to construct this instance (for example, `"http:// The property is not considered in any comparison. + > [!NOTE] + > The property includes the leading delimiter (`#`), whereas the URI specification (RFC 3986) recognizes the fragment as the portion of a URI without the delimiter. + ## Examples The following example creates a instance and writes the fragment information to the console. @@ -4218,6 +4221,9 @@ The following examples show a URI and the results of calling class. + > [!NOTE] + > The property includes the leading delimiter (`?`), whereas the URI specification (RFC 3986) recognizes the query as the portion of a URI without the delimiter. + ## Examples The following example writes the query `?date=today` to the console.