Uri.AbsoluteUri 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 entire, non-canonical URI (It is non-canonical because it might actually be an IRI, per the Windows.Foundation.Uri encoding behavior; see Remarks.).
public:
property Platform::String ^ AbsoluteUri { Platform::String ^ get(); };
winrt::hstring AbsoluteUri();
public string AbsoluteUri { get; }
var string = uri.absoluteUri;
Public ReadOnly Property AbsoluteUri As String
Property Value
The entire, non-canonical URI.
Remarks
This property is not always strictly a URI, per either RFC 3986 or RFC 3987. If you want a strict Uniform Resource Identifier (URI), use the AbsoluteCanonicalUri value instead.