WorkContext GetWholeRequestAsJSONDataMap Method NFX Class Library

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

Converts request body and MatchedVars into a single JSONDataMap. Users should call WholeRequestAsJSONDataMap.get() as it caches the result

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

protected virtual JSONDataMap GetWholeRequestAsJSONDataMap()

Return Value

Type: JSONDataMap
See Also