Link

A styled anchor for inline and standalone text navigation. Inside Action, it can follow requests and patches as the terminal navigation step.

ParameterDescription
hrefExternal or absolute URL.
toSolution-relative navigation destination.
isDisabledDisables the link.
ifConditional 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

ParameterDescription
urlSolution-relative request URL.
methodHTTP request method.
form
json
closeDialog