UriBuilder.Uri Property

Definition

Gets the Uri instance constructed by the specified UriBuilder instance.

public:
 property Uri ^ Uri { Uri ^ get(); };
public Uri Uri { get; }
member this.Uri : Uri
Public ReadOnly Property Uri As Uri

Property Value

Uri

The URI constructed by the UriBuilder.

Exceptions

The URI constructed by the UriBuilder properties is invalid.

Note: In .NET for Windows Store apps or the Portable Class Library, catch the base class exception, FormatException, instead.

Remarks

The Uri property contains the Uri created by the UriBuilder. Any changes made to the UriBuilder properties are reflected in the Uri property.

Applies to

See also