Table of Contents

Class LayoutServiceClientConstants.SitecoreChromes

Namespace
Sitecore.AspNetCore.SDK.LayoutService.Client
Assembly
Sitecore.AspNetCore.SDK.LayoutService.Client.dll

Constants relevant to Sitecore layout service response chromes.

public static class LayoutServiceClientConstants.SitecoreChromes
Inheritance
LayoutServiceClientConstants.SitecoreChromes
Inherited Members

Fields

ChromeTag

The default chrome HTML tag.

public const string ChromeTag = "code"

Field Value

string

ChromeTypeName

The name of the chrome type attribute.

public const string ChromeTypeName = "type"

Field Value

string

ChromeTypeValue

The value of the chrome type attribute.

public const string ChromeTypeValue = "text/sitecore"

Field Value

string