ResponseContext.RawBody Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the full raw JSON request body as a BinaryData.
Allows handlers to access custom or extension fields that are not part of the typed model.
Returns null when no raw body is available (e.g., test-constructed contexts).
public virtual BinaryData? RawBody { get; }
member this.RawBody : BinaryData
Public Overridable ReadOnly Property RawBody As BinaryData