Skip to content

Commit 22efb7f

Browse files
authored
Update xml/System/Uri.xml
1 parent 24e8161 commit 22efb7f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

xml/System/Uri.xml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6031,10 +6031,7 @@ The following examples show a URI and the results of calling <xref:System.Uri.Ge
60316031
60326032
## Remarks
60336033
6034-
> [!CAUTION]
6035-
> The <xref:System.Uri.UserEscaped%2A> property represents deprecated functionality that will not work as expected. The `dontEscape` parameter referenced by this property has been deprecated since .NET Framework 4 and will always be `false`. As a result, this property will always return `false` and should not be used to determine URI escaping behavior.
6036-
6037-
The <xref:System.Uri.UserEscaped%2A> property was originally designed to indicate that the string used to create the <xref:System.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`. However, since the `dontEscape` parameter is now obsolete and always treated as `false`, this property will always return `false`.
6034+
The <xref:System.Uri.UserEscaped> property was originally designed to indicate that the string used to create the <xref:System.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`. However, since the `dontEscape` parameter is now obsolete and always treated as `false`, this property always returns `false`.
60386035
60396036
## Examples
60406037
The following example creates a <xref:System.Uri> instance and determines whether it was fully escaped when it was created.

0 commit comments

Comments
 (0)