UriParser.IsWellFormedOriginalString Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
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.