In a .NET 4 console application, and a Silverlight 4 application, the following returns false
:
Uri.IsWellFormedUriString
("/test", UriKind.Absolute)
but the same call in a Windows Phone app (7.0 or 7.1 using SDK 7.1 Beta 2 published 6/29/11) returns true
.
Can anyone else confirm this? Is this a bug in WP7?
Update
I reported this as a bug on Microsoft Connect and received an update today that it has been closed as "Wont' Fix". This doesn't matter to me but I thought I would add this update just as an FYI.