Uri.Suspicious Property

Definition

Gets a value that indicates whether parsing determined that the Uniform Resource Identifier (URI) is not well-formed.

public:
 property bool Suspicious { bool get(); };
bool Suspicious();
public bool Suspicious { get; }
var boolean = uri.suspicious;
Public ReadOnly Property Suspicious As Boolean

Property Value

Boolean

bool

true if the Uniform Resource Identifier (URI) is flagged as suspicious; otherwise, false.

Applies to