Table of Contents

Class SitecoreData

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client.Response.Model
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Represents the root Sitecore result object returned in a Sitecore layout service response.

public class SitecoreData
Inheritance
SitecoreData
Inherited Members

Properties

Context

Gets or sets the Context of the layout response.

public Context? Context { get; set; }

Property Value

Context

Devices

Gets the presentation Device list of the layout response.

public List<Device> Devices { get; init; }

Property Value

List<Device>

Route

Gets or sets the Route of the layout response.

public Route? Route { get; set; }

Property Value

Route