Action
Use Action to run requests and state changes in order when someone presses its one terminal Button or Link. A control with to navigates and ends the action.
| Parameter | Description |
|---|---|
| if | Conditional rendering expression. |
Usage
xml
Request
| Parameter | Description |
|---|---|
| url | Solution-relative request URL. |
| method | HTTP request method. |
| form | |
| json | |
| closeDialog |
Patch
| Parameter | Description |
|---|---|
| state | State identifier to update. |
| value | Current value or binding expression. |
| invalidate | Invalidates the referenced state. |