IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
The following articles demonstrates how to access properties of the Model in the dynamic content MVC views.
Each dynamic model is bound to DynamicContentItem that holds the properties of the dynamic content items. You can get or set the related data, fields, or call MVC helper methods that populate the views.
DynamicContentItem
If your dynamic content type has a related data field, you can access it through Model.Item.Fields.<RelatedDataFieldName>
Model.Item.Fields.<RelatedDataFieldName>
For example, in the sandbox, you can see how the Country detail view is accessing the MainPicture related data field. Refer to the following code sample:
You can get the basic properties of the dynamic content item, such as PublicationDate, Location, Description, using Model.Item.Fields.<PropertyName>
Model.Item.Fields.<PropertyName>
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important