Class Constants.HttpContext.Items
Defines keys for items stored in HttpContext.Items
Inheritance
System.Object
      Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class ItemsFields
View SourceRequestBodyAsJObject
Key for current requests body deserialized as JObject.
Declaration
public const string RequestBodyAsJObject = "RequestBodyAsJObject"Field Value
| Type | Description | 
|---|---|
| System.String |