Query
Use Query to bring the information a Solution View needs into scope, such as a list of orders or customer details.
| Parameter | Description |
|---|---|
| id | Literal runtime identifier. |
| path | Solution-relative JSON endpoint path. |
| if | Conditional rendering expression. |
Usage
xml<Query id="orders" path="/api/orders" />