Set the text for the “Back to Last Page” link within a PageNavigatorTag
<page:last>End</page:last>
The PageLastTag is a CompilerDirectiveTag. It must be nested within a PageNavigatorTag.
The PageLastTag has an optional attribute “hideforcurrentpage”. If the attribute is set, this tag will not output a value when the last page is displayed.
<page:last hideforcurrentpage="true">Last Page</page:last>