UriBuilder.Uri Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.