function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
jwhartfieldjwhartfield 

Need to render link only if the user has access to the target page

In my ORG, certain profiles have access to certain Visualforce pages.  I would like to conditionally render links only to pages that the logged in user has access to.  Is there any way to determine through Visualforce or Apex if a the current user has access to a specific Visualforce page?