Link
A styled anchor for inline and standalone text navigation. Inside Action, it can follow requests and patches as the terminal navigation step.
| Parameter | Description |
|---|---|
| href | External or absolute URL. |
| to | Solution-relative navigation destination. |
| isDisabled | Disables the link. |
| if | Conditional rendering expression. |
Usage
xml<Link to="/orders/${order.id}">Open order</Link><Action><Request method="POST" url="/api/orders" json="${order}" /><Link to="/orders/${order.id}">Create and open order</Link></Action>
Request
| Parameter | Description |
|---|---|
| url | Solution-relative request URL. |
| method | HTTP request method. |
| form | |
| json | |
| closeDialog |