Partial view components are generally for lightweight components on a Sitecore page that do not contain their own content, such as structural components that contain just placeholders1. Partial view components are similar to partial views in ASP.NET Core, but they are invoked using the Html.Sitecore().Rendering() method instead of the Html.Partial() or Html.RenderPartial() methods2. Partial view components are useful when you want to render multiple placeholders within a component, such as a header or a footer3. References:
View types | Sitecore Documentation
[Sitecore 10 .NET Developer Certification Study Guide], page 18
Sitecore Documentation: Partial views
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit