Sitecore 10 .NET Developer Certification — Question 22
Which of the following is considered a complex field and should not be rendered using the Html.Sitecore().Field() method when developing with Sitecore MVC?
Answer options
- A. Number
- B. Image
- C. Check box
- D. Single-line text
Correct answer: C
Explanation
The correct answer is C, Check box, because it is a complex field that requires special handling in Sitecore MVC. The other options, such as Number, Image, and Single-line text, are simpler fields that can be rendered using the Html.Sitecore().Field() method without issues.