Class SitecoreLayoutResponseContent
- Namespace
- Sitecore.AspNetCore.SDK.LayoutService.Client.Response
- Assembly
- Sitecore.AspNetCore.SDK.LayoutService.Client.dll
Models the content of the response from calling the Sitecore layout service.
public class SitecoreLayoutResponseContent
- Inheritance
-
SitecoreLayoutResponseContent
- Inherited Members
Properties
ContextRawData
Gets or sets ContextRawData string.
public string ContextRawData { get; set; }
Property Value
Sitecore
Gets or sets the root SitecoreData object.
public SitecoreData? Sitecore { get; set; }