Uri.RawUri Property

Definition

Gets the entire original Uniform Resource Identifier (URI) string as used to construct this Uri object, before parsing, and without any encoding applied.

public:
 property Platform::String ^ RawUri { Platform::String ^ get(); };
winrt::hstring RawUri();
public string RawUri { get; }
var string = uri.rawUri;
Public ReadOnly Property RawUri As String

Property Value

String

Platform::String

winrt::hstring

The raw Uniform Resource Identifier (URI) string.

Applies to

See also