Table of Contents

Class RequestKeys

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

Defines the keys that may be included in the Sitecore layout service request.

public static class RequestKeys
Inheritance
RequestKeys
Inherited Members

Fields

ApiKey

The key name for request API key.

public const string ApiKey = "sc_apikey"

Field Value

string

AuthHeaderKey

The key name for request authentication header.

public const string AuthHeaderKey = "sc_auth_header_key"

Field Value

string

ContextId

The key name for request context identifier.

public const string ContextId = "sitecoreContextId"

Field Value

string

Device

The key name for device ID.

public const string Device = "sc_device"

Field Value

string

ItemId

The key name for request item ID.

public const string ItemId = "sc_itemid"

Field Value

string

Language

The key name for request language.

public const string Language = "sc_lang"

Field Value

string

Mode

The key name for request mode.

public const string Mode = "sc_mode"

Field Value

string

Path

The key name for request path.

public const string Path = "item"

Field Value

string

PreviewDate

The key name for request preview date.

public const string PreviewDate = "sc_date"

Field Value

string

SiteName

The key name for request site name.

public const string SiteName = "sc_site"

Field Value

string