View types
Version: 0.x (alpha public release)
You can use the Sitecore ASP.NET Core SDK to render the following types of views:
-
Model-bound views - building model-bound views is the most common task you'll perform with the ASP.NET Core SDK.
-
View components - use view components to render custom logic where you access third-party data sources.
-
Partial views - use partial views for lightweight components on an XM Cloud page that do not contain their own content, such as structural components that only contain placeholders.