Show / Hide Table of Contents

Class SitecoreLayoutResponseContent

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

Sitecore

Gets or sets the root SitecoreData object.

Declaration
public SitecoreData Sitecore { get; set; }
Property Value
Type Description
SitecoreData
Back to top Generated by DocFX