System.Uri.UserEscaped Property

Indicates that the URI string was completely escaped before the Uri instance was created.

Syntax

public bool UserEscaped { get; }

Value

true if the dontEscape parameter of the constructor for the current instance was set to true ; otherwise, false .

Remarks

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.

Requirements

Namespace: System
Assembly: System (in System.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0