mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
1.1 KiB
1.1 KiB
method: Request.PostDataJSON
- langs: csharp
- returns: <[JsonElement?]>
Returns parsed request's body for form-urlencoded
and JSON as a fallback if any.
When the response is application/x-www-form-urlencoded
then a key/value object of the values will be returned.
Otherwise it will be parsed as JSON.