Gets the fragment from the URI string.
Syntax:
Remarks:
The fragment in the URI syntax is additional reference information that can be interpreted by the user in any manner. This is the trailing string that is separated from the URI by a crosshatch "#". Example, in the URI string,
http://www.somesite.com/pub/test.html#thisisafragmentstring
the fragment is the string following the "#" which is "thisisafragmentstring".