NET Developer 10 Exam QuestionsBrowse all questions from this exam

NET Developer 10 Exam - Question 37


Which view type would you develop for structural components with multiple placeholders when using the ASP.NET Core Rendering SDK?

Show Answer
Correct Answer: B,C

When using the ASP.NET Core Rendering SDK with Sitecore, model-bound components are the appropriate choice for developing structural components with multiple placeholders. These components have their model property automatically populated by the SDK, which includes a list of child placeholders and the renderings associated with each. This functionality ensures that the structural complexity of multiple placeholders is efficiently managed.

Discussion

3 comments
Sign in to comment
AlexEthisysOption: D
Apr 3, 2023

Partial view https://doc.sitecore.com/xp/en/developers/101/developer-tools/partial-views.html

a3codeOption: B
May 21, 2023

B. Model-bound components When using the ASP.NET Core Rendering SDK with Sitecore, model-bound components are appropriate for complex structural components that contain multiple placeholders. A model-bound component in ASP.NET Core has its model property automatically populated by the SDK. This model includes a list of child placeholders and the renderings that belong to each, among other things.

ionboOption: D
Jan 15, 2024

D. Partial View