Update docs/src/release-notes-csharp.md
Co-authored-by: Yury Semikhatsky <yurys@chromium.org> Signed-off-by: Meir Blachman <meirblachman@gmail.com>
This commit is contained in:
parent
c381bf8252
commit
2358cf76fe
|
|
@ -156,7 +156,7 @@ await Page.RemoveLocatorHandlerAsync(locator);
|
||||||
**Miscellaneous options**
|
**Miscellaneous options**
|
||||||
|
|
||||||
- New method [`method: FormData.append`] allows to specify repeating fields with the same name in [`Multipart`](./api/class-apirequestcontext#api-request-context-fetch-option-multipart) option in `APIRequestContext.FetchAsync()`:
|
- New method [`method: FormData.append`] allows to specify repeating fields with the same name in [`Multipart`](./api/class-apirequestcontext#api-request-context-fetch-option-multipart) option in `APIRequestContext.FetchAsync()`:
|
||||||
- ```csharp
|
```csharp
|
||||||
var formData = Context.APIRequest.CreateFormData();
|
var formData = Context.APIRequest.CreateFormData();
|
||||||
formData.Append("file", new FilePayload()
|
formData.Append("file", new FilePayload()
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue