Indicates that the URI string was completely escaped before the Uri instance was created.
true if the dontEscape parameter of the constructor for the current instance was set to true ; otherwise, false .
The Uri.UserEscaped property is set to true to indicate that the string used to create the Uri instance was completely escaped before it was passed to the constructor; that is, the dontEscape parameter of the constructor call was set to true.