Search

Index

Revindex Storefront

Models

Last updated on 2020-06-09 1 mins. to read

Models are representation data that you can easily consume and manipulate to render HTML in your Razor templates. Start with the view model type that most closely represent your module. For example, if you're editing the Product Detail module, you'll want to start with the ProductDetailViewModel and follow through with its available child properties.

Please note, some models may not have all data included depending on the module because we haven't yet exposed those data in order to keep the model lightweight for performance reasons.

Comments


Powered by Revindex Wiki