WorkContext RequestBodyAsJSONDataMap Property NFX Class Library

[This is preliminary documentation and is subject to change.]

Fetches request body: multipart content, url encoded content, or JSON body into one JSONDataMap bag, or null if there is no body. The property does caching

Namespace: NFX.Wave
Assembly: NFX.Wave (in NFX.Wave.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

public JSONDataMap RequestBodyAsJSONDataMap { get; }

Property Value

Type: JSONDataMap
See Also