Uri.Fragment 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 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
The text that represents the fragment.