UriBuilder.Uri Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the Uri instance constructed by the specified UriBuilder instance.
Assembly: System (in System.dll)
| Exception | Condition |
|---|---|
| UriFormatException | The URI constructed by the UriBuilder properties is invalid. |
The Uri property contains the Uri created by the UriBuilder. Any changes made to the UriBuilder properties are reflected in the Uri property.
Show: