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
Devices
Gets the presentation Device list of the layout response.
public List<Device> Devices { get; init; }
  Property Value
Route
Gets or sets the Route of the layout response.
public Route? Route { get; set; }