Class LayoutServiceClientConstants.SitecoreChromes
Version: 21.x
Constants relevant to Sitecore layout service response chromes.
Inheritance
System.Object
LayoutServiceClientConstants.SitecoreChromes
Namespace: Sitecore.LayoutService.Client
Assembly: Sitecore.LayoutService.Client.Abstractions.dll
Syntax
RequestResponse
public static class SitecoreChromes : ObjectFields
ChromeTag
The default chrome HTML tag.
Declaration
RequestResponse
public const string ChromeTag = "code"Field Value
| Type | Description |
|---|---|
| System.String |
ChromeTypeName
The name of the chrome type attribute.
Declaration
RequestResponse
public const string ChromeTypeName = "type"Field Value
| Type | Description |
|---|---|
| System.String |
ChromeTypeValue
The value of the chrome type attribute.
Declaration
RequestResponse
public const string ChromeTypeValue = "text/sitecore"Field Value
| Type | Description |
|---|---|
| System.String |