Page History
| Anchor | ||||
|---|---|---|---|---|
|
| Panel | ||
|---|---|---|
| ||
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 is signalled signaled when an instance of a component is created [Inherited from PRIM_WEB.Routing (PRIM_WEB.Routing) | |
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 |
|---|---|
Method used to request that the application navigate to the path supplied as the path parameter Result, Path, Signal, Query | |
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 |
...