Object data type
A custom data type containing properties and functions.
Example use case
To best illustrate how objects can be used in a template, consider a product in an online shop.
The 'product' object might contain, amongst others, a 'name', 'description', 'price', 'image-location' properties.
You might access the price on a product page using the syntax {{ SelectedProduct.Price.ToPrice }}
.
Common objects
There are some common objects which are used by different subscriptions. Information about whether the common object is used and how to call it will be detailed in the specific subscription support pages.
Name | Description |
---|---|
Request | Provides access to information on the current web request. |