Returns the name of the anchor referenced in the page’s
URL. That is, the part of the URL after the hashtag (#).
Signature
publicString getAnchor()
Return Value
Type: String
Note
Instances of PageReference returned by ApexPages.currentPage() have a null anchor attribute, because
URL fragments are not sent to the Salesforce server during a request.