ResponseContext.RawBody Property

Definition

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

Property Value

Applies to