Versions Compared

Key

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

Anchor
primwebrouting
primwebrouting
PRIM_WEB.Routing (PRIM_WEB.Routing)

Panel
bgColor#2c3c4c

This component class defines the features of a helper component that is accessed using the Routing property of the PRIM_WEB.Application component class. Use the Routing class instance to access the state of the current routing request.

...

Name

Description

CreateInstance

CreateInstance is signalled signaled when an instance of a component is created [Inherited from PRIM_WEB.Routing (PRIM_WEB.Routing)

DestroyInstance

DestroyInstance is signalled signaled when an instance of a component is about to be destroyed [Inherited from PRIM_WEB.Routing (PRIM_WEB.Routing)

Methods

Name

Description

Navigate

Method used to request that the application navigate to the path supplied as the path parameter

Result, Path, Signal, Query

Replace

Method used to request that the application navigate to the path supplied as the path parameter and replace the current item in the browser history

Result, Path, Signal, Query

...