Sitecore 10 .NET Developer Certification — Question 27
Which view type would you develop for structural components with multiple placeholders when using the ASP.NET Core Rendering SDK?
Answer options
- A. Standard view components
- B. Model-bound components
- C. Custom view components
- D. Partial view components
Correct answer: D
Explanation
The correct answer is D, as partial view components are specifically designed to handle scenarios with multiple placeholders within a structural component. Options A, B, and C do not provide the same level of flexibility for managing multiple placeholders in the same way that partial view components do.