UriParser.IsWellFormedOriginalString Method
May 02, 2013
Indicates whether a URI is well-formed.
Assembly: System (in System.dll)
Parameters
- uri
- Type: System.Uri
The URI to check.
The IsWellFormedOriginalString method will return false if:
The string is not correctly escaped per RFC 2396.
The string represents an absolute URI that references an implicit file URI.
The string represents an absolute URI that is missing a forward slash before the path component.
The string contains unescaped backslashes, even if they will be treated as forward slashes.