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
RequestResponse
public class SitecoreLayoutResponseContent : ObjectConstructors
SitecoreLayoutResponseContent()
Declaration
RequestResponse
public SitecoreLayoutResponseContent()Properties
ContextRawData
Gets or sets ContextRawData string.
Declaration
RequestResponse
public string ContextRawData { get; set; }Property Value
| Type | Description |
|---|---|
| System.String |
Sitecore
Gets or sets the root SitecoreData object.
Declaration
RequestResponse
public SitecoreData Sitecore { get; set; }Property Value
| Type | Description |
|---|---|
| SitecoreData |