Uri.Fragment Property

Definition

Gets the text following a fragment marker (#), including the fragment marker itself.

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

Property Value

String

Platform::String

winrt::hstring

The text that represents the fragment.

Applies to