diff --git a/xml/System/Uri.xml b/xml/System/Uri.xml index 44207b6a580..c0cec77e4be 100644 --- a/xml/System/Uri.xml +++ b/xml/System/Uri.xml @@ -6030,7 +6030,8 @@ The following examples show a URI and the results of calling property is set to `true` to indicate that the string used to create the instance was completely escaped before it was passed to the constructor; that is, the `dontEscape` parameter of the constructor call was set to `true`. + +The property was originally designed to indicate that the string used to create the instance was completely escaped before it was passed to the constructor; that is, the `dontEscape` parameter of the constructor call was set to `true`. However, since the `dontEscape` parameter is now obsolete, this property is deprecated and shouldn't be used. ## Examples The following example creates a instance and determines whether it was fully escaped when it was created.