Class SitecoreLayoutResponseContent

Version: 21.x

Models the content of the response from calling the Sitecore layout service.

Inheritance

System.Object

SitecoreLayoutResponseContent

Namespace: Sitecore.LayoutService.Client.Response

Assembly: Sitecore.LayoutService.Client.Abstractions.dll

Syntax
public class SitecoreLayoutResponseContent : Object

Constructors

SitecoreLayoutResponseContent()

Declaration
public SitecoreLayoutResponseContent()

Properties

ContextRawData

Gets or sets ContextRawData string.

Declaration
public string ContextRawData { get; set; }
Property Value
TypeDescription
System.String

Sitecore

Gets or sets the root SitecoreData object.

Declaration
public SitecoreData Sitecore { get; set; }
Property Value
TypeDescription
SitecoreData
If you have suggestions for improving this article, let us know!