2021-03-11 17:14:10 +01:00
|
|
|
## method: Request.getPayloadAsJson
|
|
|
|
* langs: csharp
|
|
|
|
- returns: <[JsonDocument]>
|
|
|
|
|
|
|
|
Returns a [JsonDocument] representation of [`method: Request.postDataBuffer`].
|
|
|
|
|
|
|
|
### option: Request.getPayloadAsJson.serializerOptions
|
|
|
|
- `documentOptions` <[null]|[JsonDocumentOptions]>
|
|
|
|
|
|
|
|
The options that control custom behaviour when parsing the JSON.
|
|
|
|
|
|
|
|
## method: Response.statusCode
|
|
|
|
* langs: csharp
|
|
|
|
- returns: <[System.Net.HttpStatusCode]>
|
|
|
|
|
|
|
|
Gets the [System.Net.HttpStatusCode] code of the response.
|
2021-03-17 18:28:40 +01:00
|
|
|
|
|
|
|
### param: ElementHandle.selectOption.values = %%-csharp-select-options-values-%%
|
|
|
|
### param: ElementHandle.setInputFiles.files = %%-csharp-input-files-%%
|