Class Constants.DeliveryApi.HeaderNames
Constants for Delivery API header names.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.DeliveryApi.HeaderNames
Fields
View SourceAcceptLanguage
Header name for accept language.
Declaration
public const string AcceptLanguage = "Accept-Language"
Field Value
| Type | Description |
|---|---|
| string |
AcceptSegment
Header name for accept segment.
Declaration
public const string AcceptSegment = "Accept-Segment"
Field Value
| Type | Description |
|---|---|
| string |
ApiKey
Header name for API key.
Declaration
public const string ApiKey = "Api-Key"
Field Value
| Type | Description |
|---|---|
| string |
Preview
Header name for preview.
Declaration
public const string Preview = "Preview"
Field Value
| Type | Description |
|---|---|
| string |
StartItem
Header name for start item.
Declaration
public const string StartItem = "Start-Item"
Field Value
| Type | Description |
|---|---|
| string |