This instance represents a relative URI, and this property is valid only for absolute URIs.
Remarks
The fragment property gets any text following a fragment marker (#) in the URI, including the fragment marker itself. Given the URI http://www.contoso.com/index.htm#main, the fragment property would return #main.
The fragment property is not considered in any equals comparison.