Spring '15 (API version 33.0)
Search Tips:
この式を Visualforce ページで使用し、別の Visualforce ページにリンクします。
1<apex:page> 2 <h1>Linked</h1> 3 <apex:outputLink value="{!$Page.otherPage}"> 4 This is a link to another page. 5 </apex:outputLink> 6</apex:page>