Uri Property
Collapse the table of content
Expand the table of content

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.

Namespace:  System
Assembly:  System (in System.dll)

'Declaration
Public ReadOnly Property Uri As Uri

Property Value

Type: System.Uri
A Uri that contains the URI constructed by the UriBuilder.

ExceptionCondition
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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft