Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Route class associates a path string with the Visual LANSA web view component.

It is displayed when the path string matches the current URL path component.

...

The Access property of the primwebroute class flags protected routes. Visual LANSA does not apply meaning to protected routes.

The application code is responsible for the appropriate actions to ensure route integrity. Usually, it requires to Sign In to the route if the user is not signed in at the time the route is accessed.

...