Sitecore 10 .NET Developer Certification — Question 35

When developing with the Sitecore ASP.NET Core Rendering SDK, what is the purpose of registering component Tenderers within the rendering host's Startup.cs class?

Answer options

Correct answer: C

Explanation

The correct answer is C because registering component Tenderers maps the Sitecore rendering component name to its implementation, allowing the framework to resolve the correct components at runtime. Options A, B, and D do not accurately describe the purpose of registration, as they focus on documentation, selection cataloging, and indexing rather than the mapping of component names to implementations.