playwright/docs/src/api/csharp.md

9 lines
311 B
Markdown
Raw Normal View History

## method: Request.PostDataJSON
* langs: csharp
2021-05-26 07:28:26 -07:00
- 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.