Table of Contents

Page Last Tag

PAGE:LAST

Set the text for the “Back to Last Page” link within a PageNavigatorTag

Syntax

  <page:last>End</page:last>

Description

The PageLastTag is a CompilerDirectiveTag. It must be nested within a PageNavigatorTag.

Attributes

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.

Syntax

  <page:last hideforcurrentpage="true">Last Page</page:last>